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

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Tue Oct 20 16:08:04 UTC 2015


Author: aurel32
Date: 2015-10-20 16:08:04 +0000 (Tue, 20 Oct 2015)
New Revision: 5804

Modified:
   trunk/glibc-ports/kfreebsd/bits/fcntl.h
   trunk/glibc-ports/kfreebsd/bits/socket.h
Log:
Fix typos


Modified: trunk/glibc-ports/kfreebsd/bits/fcntl.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/fcntl.h	2015-10-20 15:59:42 UTC (rev 5803)
+++ trunk/glibc-ports/kfreebsd/bits/fcntl.h	2015-10-20 16:08:04 UTC (rev 5804)
@@ -151,7 +151,7 @@
 #if defined __USE_MISC || __POSIX_VISIBLE >= 200809
 #define	F_DUPFD_CLOEXEC	17	/* Like F_DUPFD, but FD_CLOEXEC is set */
 #endif
-#if define __USE_MISC
+#if defined __USE_MISC
 #define F_DUP2FD_CLOEXEC 18	/* Like F_DUP2FD, but FD_CLOEXEC is set */
 #endif
 

Modified: trunk/glibc-ports/kfreebsd/bits/socket.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/socket.h	2015-10-20 15:59:42 UTC (rev 5803)
+++ trunk/glibc-ports/kfreebsd/bits/socket.h	2015-10-20 16:08:04 UTC (rev 5804)
@@ -51,7 +51,7 @@
 #define SOCK_RAW SOCK_RAW
   SOCK_RDM = 4,			/* Reliably-delivered messages.  */
 #define SOCK_RDM SOCK_RDM
-  SOCK_SEQPACKET = 5		/* Sequenced, reliable, connection-based,
+  SOCK_SEQPACKET = 5,		/* Sequenced, reliable, connection-based,
 				   datagrams of fixed maximum length.  */
 #define SOCK_SEQPACKET SOCK_SEQPACKET
 




More information about the Glibc-bsd-commits mailing list