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

r1299 - trunk/glibc-2.3-head/sysdeps/kfreebsd/bits



Author: ps-guest
Date: 2006-03-03 09:47:27 +0000 (Fri, 03 Mar 2006)
New Revision: 1299

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h
Log:
one step in bits/socket.h towards FreeBSD 6.x


Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h	2006-03-03 09:13:22 UTC (rev 1298)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h	2006-03-03 09:47:27 UTC (rev 1299)
@@ -189,10 +189,10 @@
 #define MSG_DONTWAIT MSG_DONTWAIT
     MSG_EOF		= 0x100, /* Data completes connection.  */
 #define MSG_EOF MSG_EOF
-    MSG_COMPAT		= 0x8000 /* Used in sendit().  */
+    MSG_COMPAT		= 0x8000,/* Used in sendit().  */
 #define MSG_COMPAT MSG_COMPAT
+    MSG_NOSIGNAL	= 0x20000 /* do not generate SIGPIPE on EOF */
 #if 0 /* available since FreeBSD 6.0 */
-    ,MSG_NOSIGNAL	= 0x20000 /* do not generate SIGPIPE on EOF */
 #define MSG_NOSIGNAL MSG_NOSIGNAL 
 #endif
   };



Reply to: