]> Zhao Yanbai Git Server - minix.git/commitdiff
Backwards compatibility fixup for GCC/Clang
authorThomas Veerman <thomas@minix3.org>
Tue, 6 Sep 2011 12:35:48 +0000 (12:35 +0000)
committerThomas Veerman <thomas@minix3.org>
Tue, 6 Sep 2011 12:36:16 +0000 (12:36 +0000)
nbsd_include/sys/ioc_net.h

index b2f831b601843653028117a3675894b284ae61e5..cea3821d11a2cc5a1be9555fdd3ce04f30e494df 100644 (file)
@@ -88,6 +88,7 @@ struct msg_control
 /* setsockopt/setsockopt for unix domain sockets */
 #define NWIOGUDSSOTYPE  _IOR('n', 90, int)               /* SO_TYPE */
 #define NWIOGUDSPEERCRED _IOR('n', 91, struct ucred)     /* SO_PEERCRED */
+#define NWIOGUDSPEERCREDOLD _IOR('n', 91, struct ucred_old)      /* SO_PEERCRED */
 #define NWIOGUDSSNDBUF  _IOR('n', 92, size_t)            /* SO_SNDBUF */
 #define NWIOSUDSSNDBUF  _IOW('n', 93, size_t)            /* SO_SNDBUF */
 #define NWIOGUDSRCVBUF  _IOR('n', 94, size_t)            /* SO_RCVBUF */