Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/sys/sys remove duplicate typedef (it is ...



details:   https://anonhg.NetBSD.org/src/rev/34bf9d0ab80c
branches:  trunk
changeset: 433286:34bf9d0ab80c
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 06 00:44:43 2018 +0000

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

diffstat:

 external/cddl/osnet/sys/sys/opentypes.h |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r 9d0f03ed0b29 -r 34bf9d0ab80c external/cddl/osnet/sys/sys/opentypes.h
--- a/external/cddl/osnet/sys/sys/opentypes.h   Wed Sep 05 21:05:40 2018 +0000
+++ b/external/cddl/osnet/sys/sys/opentypes.h   Thu Sep 06 00:44:43 2018 +0000
@@ -84,6 +84,5 @@
 #define        S_READ          UIO_READ
 #define        S_WRITE         UIO_WRITE
 struct aio_req;
-typedef void           *dev_info_t;
 
 #endif /* _OPENSOLARIS_SYS_OPENTYPES_H_ */



Home | Main Index | Thread Index | Old Index