]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
authorJoseph Myers <joseph@codesourcery.com>
Tue, 9 Dec 2008 23:53:33 +0000 (23:53 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 9 Dec 2008 23:53:33 +0000 (23:53 +0000)
Make available only for __USE_GNU.

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

index 91974a7ee6382f3a6d7605211652c06ad89ed9a4..23c1e25f54a8db0e2050bad0caec262c0ce737f1 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
+       Make available only for __USE_GNU.
+
 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
index 4f219d5af987568a36587a9ffacc5226a477ddbc..dad2c2d097a52a8aab07d1f6c3f2f40d2e29d232 100644 (file)
@@ -303,7 +303,7 @@ enum
   {
     SCM_RIGHTS = 0x01          /* Transfer file descriptors.  */
 #define SCM_RIGHTS SCM_RIGHTS
-#ifdef __USE_BSD
+#ifdef __USE_GNU
     , SCM_CREDENTIALS = 0x02   /* Credentials passing.  */
 # define SCM_CREDENTIALS SCM_CREDENTIALS
 #endif