]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Sep 2004 02:04:45 +0000 (02:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Sep 2004 02:04:45 +0000 (02:04 +0000)
* sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed.

ChangeLog
sysdeps/unix/sysv/linux/bits/socket.h

index c0623993b313f7c5c646f18b65bf54dc1a1e93de..809ce764fe5292320f8146626b89e544f78de706 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed.
+
        * malloc/malloc.c (_int_free): Add inexpensive double free test.
 
 2004-09-08  Roland McGrath  <roland@redhat.com>
index e94a42175e3f432fad5474a3563503e731dd1d4e..5335caff2824c17caf7b2accbbdb5b81f489fb67 100644 (file)
@@ -286,10 +286,9 @@ enum
     SCM_RIGHTS = 0x01,         /* Transfer file descriptors.  */
 #define SCM_RIGHTS SCM_RIGHTS
 #ifdef __USE_BSD
-    SCM_CREDENTIALS = 0x02,     /* Credentials passing.  */
+    SCM_CREDENTIALS = 0x02     /* Credentials passing.  */
 # define SCM_CREDENTIALS SCM_CREDENTIALS
 #endif
-    __SCM_CONNECT = 0x03       /* Data array is `struct scm_connect'.  */
   };
 
 /* User visible structure for SCM_CREDENTIALS message */