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

Robert Millan rmh at alioth.debian.org
Sat Nov 5 20:17:32 UTC 2011


Author: rmh
Date: 2011-11-05 20:17:32 +0000 (Sat, 05 Nov 2011)
New Revision: 3814

Modified:
   trunk/glibc-ports/kfreebsd/bits/socket.h
Log:
AF_NETBIOS replaced AF_NS in 2003 (upstream SVN r111926)

Modified: trunk/glibc-ports/kfreebsd/bits/socket.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/socket.h	2011-11-04 19:12:44 UTC (rev 3813)
+++ trunk/glibc-ports/kfreebsd/bits/socket.h	2011-11-05 20:17:32 UTC (rev 3814)
@@ -65,7 +65,7 @@
 #define	PF_IMPLINK	3	/* ARPAnet IMP protocol.  */
 #define	PF_PUP		4	/* PUP protocols.  */
 #define	PF_CHAOS	5	/* MIT Chaos protocols.  */
-#define	PF_NS		6	/* Xerox NS protocols.  */
+#define	PF_NETBIOS	6	/* SMB protocols.  */
 #define	PF_ISO		7	/* ISO protocols.  */
 #define	PF_OSI		PF_ISO
 #define	PF_ECMA		8	/* ECMA protocols.  */
@@ -105,7 +105,7 @@
 #define	AF_IMPLINK	PF_IMPLINK
 #define	AF_PUP		PF_PUP
 #define	AF_CHAOS	PF_CHAOS
-#define	AF_NS		PF_NS
+#define	AF_NETBIOS	PF_NETBIOS
 #define	AF_ISO		PF_ISO
 #define	AF_OSI		PF_OSI
 #define	AF_ECMA		PF_ECMA




More information about the Glibc-bsd-commits mailing list