[Glibc-bsd-commits] r4987 - trunk/glibc-ports/kfreebsd/bits

Robert Millan rmh at alioth.debian.org
Wed Oct 2 23:04:27 UTC 2013


Author: rmh
Date: 2013-10-02 23:04:27 +0000 (Wed, 02 Oct 2013)
New Revision: 4987

Modified:
   trunk/glibc-ports/kfreebsd/bits/socket.h
Log:
Import a few getsockopt/setsockopt options from upstream <sys/socket.h>

Modified: trunk/glibc-ports/kfreebsd/bits/socket.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/socket.h	2013-10-02 22:25:51 UTC (rev 4986)
+++ trunk/glibc-ports/kfreebsd/bits/socket.h	2013-10-02 23:04:27 UTC (rev 4987)
@@ -362,8 +362,26 @@
 #define SO_ERROR SO_ERROR
     SO_STYLE = 0x1008,		/* Get socket connection style.  */
 #define SO_STYLE SO_STYLE
-    SO_TYPE = SO_STYLE		/* Compatible name for SO_STYLE.  */
+    SO_TYPE = SO_STYLE,		/* Compatible name for SO_STYLE.  */
 #define SO_TYPE SO_TYPE
+    SO_LABEL = 0x1009,
+#define SO_LABEL SO_LABEL
+    SO_PEERLABEL = 0x1010,
+#define SO_PEERLABEL SO_PEERLABEL
+    SO_LISTENQLIMIT = 0x1011,
+#define SO_LISTENQLIMIT SO_LISTENQLIMIT
+    SO_LISTENQLEN = 0x1012,
+#define SO_LISTENQLEN SO_LISTENQLEN
+    SO_LISTENINCQLEN = 0x1013,
+#define SO_LISTENINCQLEN SO_LISTENINCQLEN
+    SO_SETFIB = 0x1014,
+#define SO_SETFIB SO_SETFIB
+    SO_USER_COOKIE = 0x1015,
+#define SO_USER_COOKIE SO_USER_COOKIE
+    SO_PROTOCOL = 0x1016,
+#define SO_PROTOCOL SO_PROTOCOL
+    SO_PROTOTYPE = SO_PROTOCOL
+#define SO_PROTOTYPE SO_PROTOTYPE
   };
 
 /* Socket options. */




More information about the Glibc-bsd-commits mailing list