This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Update MIPS bits/socket.h SCM_CREDENTIALS condition


I've updated the condition on SCM_CREDENTIALS in the MIPS bits/socket.h to 
match a recent change to the libc version of this header.

Index: sysdeps/unix/sysv/linux/bits/socket.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/bits/socket.h,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- sysdeps/unix/sysv/linux/bits/socket.h	27 Jul 2008 08:25:30 -0000	1.64
+++ sysdeps/unix/sysv/linux/bits/socket.h	9 Dec 2008 23:24:15 -0000	1.65
@@ -309,7 +309,7 @@
   {
     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

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]