[Glibc-bsd-commits] r4288 - in trunk/freebsd-glue: debian include/sys
Robert Millan
rmh at alioth.debian.org
Mon May 28 09:02:45 UTC 2012
Author: rmh
Date: 2012-05-28 09:02:44 +0000 (Mon, 28 May 2012)
New Revision: 4288
Modified:
trunk/freebsd-glue/debian/changelog
trunk/freebsd-glue/include/sys/types.h
Log:
Don't include <sys/_types.h> on non-kFreeBSD. (Closes: #674803)
Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog 2012-05-28 09:00:56 UTC (rev 4287)
+++ trunk/freebsd-glue/debian/changelog 2012-05-28 09:02:44 UTC (rev 4288)
@@ -2,8 +2,9 @@
* Move freebsd-buildutils from Depends to Recommends to break circular
dependency. (Closes: #674806)
+ * Don't include <sys/_types.h> on non-kFreeBSD. (Closes: #674803)
- -- Robert Millan <rmh at debian.org> Mon, 28 May 2012 10:59:45 +0200
+ -- Robert Millan <rmh at debian.org> Mon, 28 May 2012 11:02:04 +0200
freebsd-glue (0.0.2) unstable; urgency=low
Modified: trunk/freebsd-glue/include/sys/types.h
===================================================================
--- trunk/freebsd-glue/include/sys/types.h 2012-05-28 09:00:56 UTC (rev 4287)
+++ trunk/freebsd-glue/include/sys/types.h 2012-05-28 09:02:44 UTC (rev 4288)
@@ -11,7 +11,6 @@
/* Emulate implicit includes on FreeBSD */
# include <machine/endian.h>
-# include <sys/_types.h>
# include <sys/select.h>
# endif
More information about the Glibc-bsd-commits
mailing list