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

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Sat Jun 7 15:53:30 UTC 2008


Author: ps-guest
Date: 2008-06-07 15:53:30 +0000 (Sat, 07 Jun 2008)
New Revision: 2169

Modified:
   trunk/glibc-ports/kfreebsd/bits/socket.h
Log:
* #define LOCAL_PEERCRED, LOCAL_CREDS, LOCAL_CONNWAIT in <bits/socket.h>
  see http://lists.debian.org/debian-bsd/2008/06/msg00001.html



Modified: trunk/glibc-ports/kfreebsd/bits/socket.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/socket.h	2008-05-27 22:17:56 UTC (rev 2168)
+++ trunk/glibc-ports/kfreebsd/bits/socket.h	2008-06-07 15:53:30 UTC (rev 2169)
@@ -355,6 +355,11 @@
 #define SO_TYPE SO_TYPE
   };
 
+/* Socket options. */
+#define LOCAL_PEERCRED          0x001   /* retrieve peer credentials */
+#define LOCAL_CREDS             0x002   /* pass credentials to receiver */
+#define LOCAL_CONNWAIT          0x004   /* connects block until accepted */
+
 /* Structure used to manipulate the SO_LINGER option.  */
 struct linger
   {




More information about the Glibc-bsd-commits mailing list