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

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Fri Aug 4 20:52:23 UTC 2017


Author: aurel32
Date: 2017-08-04 20:52:23 +0000 (Fri, 04 Aug 2017)
New Revision: 6169

Modified:
   trunk/glibc-ports-2.25/kfreebsd/bits/socket.h
Log:
Replace obsolete types


Modified: trunk/glibc-ports-2.25/kfreebsd/bits/socket.h
===================================================================
--- trunk/glibc-ports-2.25/kfreebsd/bits/socket.h	2017-08-04 19:22:00 UTC (rev 6168)
+++ trunk/glibc-ports-2.25/kfreebsd/bits/socket.h	2017-08-04 20:52:23 UTC (rev 6169)
@@ -408,10 +408,10 @@
 
 /* Magic IPv4 addresses defined in FreeBSD version of <netinet/in.h>, but not
    included in Glibc version of the same header. */
-#define	INADDR_ALLRPTS_GROUP	(u_int32_t)0xe0000016	/* 224.0.0.22, IGMPv3 */
-#define	INADDR_CARP_GROUP	(u_int32_t)0xe0000012	/* 224.0.0.18 */
-#define	INADDR_PFSYNC_GROUP	(u_int32_t)0xe00000f0	/* 224.0.0.240 */
-#define	INADDR_ALLMDNS_GROUP	(u_int32_t)0xe00000fb	/* 224.0.0.251 */
+#define	INADDR_ALLRPTS_GROUP	(uint32_t)0xe0000016	/* 224.0.0.22, IGMPv3 */
+#define	INADDR_CARP_GROUP	(uint32_t)0xe0000012	/* 224.0.0.18 */
+#define	INADDR_PFSYNC_GROUP	(uint32_t)0xe00000f0	/* 224.0.0.240 */
+#define	INADDR_ALLMDNS_GROUP	(uint32_t)0xe00000fb	/* 224.0.0.251 */
 
 #ifdef __USE_MISC
 




More information about the Glibc-bsd-commits mailing list