[Glibc-bsd-commits] r4099 - in trunk/freebsd-buildutils/debian: . local/include/sys

Robert Millan rmh at alioth.debian.org
Wed Feb 15 21:30:21 UTC 2012


Author: rmh
Date: 2012-02-15 21:30:20 +0000 (Wed, 15 Feb 2012)
New Revision: 4099

Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/local/include/sys/endian.h
Log:
sys/endian.h: Don't include_next <machine/endian.h>, just include.

Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2012-02-15 21:22:38 UTC (rev 4098)
+++ trunk/freebsd-buildutils/debian/changelog	2012-02-15 21:30:20 UTC (rev 4099)
@@ -1,3 +1,9 @@
+freebsd-buildutils (9.0-7) UNRELEASED; urgency=low
+
+  * sys/endian.h: Don't include_next <machine/endian.h>, just include.
+
+ -- Robert Millan <rmh at debian.org>  Wed, 15 Feb 2012 22:30:08 +0100
+
 freebsd-buildutils (9.0-6) unstable; urgency=low
 
   * Make <sys/types.h> imply <machine/endian.h>, even on non-kFreeBSD

Modified: trunk/freebsd-buildutils/debian/local/include/sys/endian.h
===================================================================
--- trunk/freebsd-buildutils/debian/local/include/sys/endian.h	2012-02-15 21:22:38 UTC (rev 4098)
+++ trunk/freebsd-buildutils/debian/local/include/sys/endian.h	2012-02-15 21:30:20 UTC (rev 4099)
@@ -4,6 +4,6 @@
 #else
 # ifndef _SYS_ENDIAN_H_
 #  define _SYS_ENDIAN_H_
-#  include_next <machine/endian.h>
+#  include <machine/endian.h>
 # endif
 #endif




More information about the Glibc-bsd-commits mailing list