[Glibc-bsd-commits] r4937 - in trunk/freebsd-glue: debian include/sys

Robert Millan rmh at alioth.debian.org
Mon Sep 9 13:08:59 UTC 2013


Author: rmh
Date: 2013-09-09 13:08:58 +0000 (Mon, 09 Sep 2013)
New Revision: 4937

Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/include/sys/queue.h
Log:
Add include_next <sys/queue.h> to sys/queue.h in order to bring back macros that were disabled in kernel headers.

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2013-09-06 20:07:33 UTC (rev 4936)
+++ trunk/freebsd-glue/debian/changelog	2013-09-09 13:08:58 UTC (rev 4937)
@@ -1,3 +1,10 @@
+freebsd-glue (0.1.5) unstable; urgency=low
+
+  * Add include_next <sys/queue.h> to sys/queue.h in order to bring back
+    macros that were disabled in kernel headers.
+
+ -- Robert Millan <rmh at debian.org>  Mon, 09 Sep 2013 15:06:42 +0200
+
 freebsd-glue (0.1.4) unstable; urgency=low
 
   * Implement srandomdev().

Modified: trunk/freebsd-glue/include/sys/queue.h
===================================================================
--- trunk/freebsd-glue/include/sys/queue.h	2013-09-06 20:07:33 UTC (rev 4936)
+++ trunk/freebsd-glue/include/sys/queue.h	2013-09-09 13:08:58 UTC (rev 4937)
@@ -31,6 +31,7 @@
  */
 
 #ifdef __FreeBSD_kernel__
+#include_next <sys/queue.h>	/* Supply disabled macros using the Glibc version */
 #include <sys/kern/queue.h>
 #else
 #include_next <sys/queue.h>




More information about the Glibc-bsd-commits mailing list