Module Name:    src
Committed By:   christos
Date:           Thu Sep  6 00:44:43 UTC 2018

Modified Files:
        src/external/cddl/osnet/sys/sys: opentypes.h

Log Message:
remove duplicate typedef (it is in sunddi.h)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/sys/sys/opentypes.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/sys/sys/opentypes.h
diff -u src/external/cddl/osnet/sys/sys/opentypes.h:1.3 src/external/cddl/osnet/sys/sys/opentypes.h:1.4
--- src/external/cddl/osnet/sys/sys/opentypes.h:1.3	Thu May 31 20:56:19 2018
+++ src/external/cddl/osnet/sys/sys/opentypes.h	Wed Sep  5 20:44:43 2018
@@ -84,6 +84,5 @@ typedef	int32_t		time32_t;
 #define	S_READ		UIO_READ
 #define	S_WRITE		UIO_WRITE
 struct aio_req;
-typedef void		*dev_info_t;
 
 #endif /* _OPENSOLARIS_SYS_OPENTYPES_H_ */

Reply via email to