[Glibc-bsd-commits] r5001 - in trunk/freebsd-glue: debian include/rpc

Robert Millan rmh at alioth.debian.org
Sun Oct 6 13:04:59 UTC 2013


Author: rmh
Date: 2013-10-06 13:04:59 +0000 (Sun, 06 Oct 2013)
New Revision: 5001

Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/include/rpc/xdr.h
Log:
Change header protectionin <rpc/xdr.h> to avoid collision with glibc's.

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2013-10-06 13:04:45 UTC (rev 5000)
+++ trunk/freebsd-glue/debian/changelog	2013-10-06 13:04:59 UTC (rev 5001)
@@ -1,3 +1,10 @@
+freebsd-glue (0.1.8) unstable; urgency=low
+
+  * Change header protectionin <rpc/xdr.h> to avoid collision with
+    glibc's.
+
+ -- Robert Millan <rmh at debian.org>  Sun, 06 Oct 2013 15:03:15 +0200
+
 freebsd-glue (0.1.7) unstable; urgency=low
 
   * Fix minor formatting error in setfstab().

Modified: trunk/freebsd-glue/include/rpc/xdr.h
===================================================================
--- trunk/freebsd-glue/include/rpc/xdr.h	2013-10-06 13:04:45 UTC (rev 5000)
+++ trunk/freebsd-glue/include/rpc/xdr.h	2013-10-06 13:04:59 UTC (rev 5001)
@@ -1,7 +1,7 @@
 #include_next <rpc/xdr.h>
 
-#ifndef _RPC_XDR_H
-#define _RPC_XDR_H
+#ifndef _FREEBSD_RPC_XDR_H
+#define _FREEBSD_RPC_XDR_H
 
 #include <sys/cdefs.h>
 




More information about the Glibc-bsd-commits mailing list