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

Robert Millan rmh at alioth.debian.org
Fri May 25 17:13:13 UTC 2012


Author: rmh
Date: 2012-05-25 17:13:13 +0000 (Fri, 25 May 2012)
New Revision: 4282

Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/include/sys/types.h
Log:
Make <sys/types.h> implicitly include <sys/select.h>.

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2012-05-25 17:12:25 UTC (rev 4281)
+++ trunk/freebsd-glue/debian/changelog	2012-05-25 17:13:13 UTC (rev 4282)
@@ -3,6 +3,7 @@
   * Add Vcs-* fields and set Maintainer to debian-bsd.
   * Add Breaks on freebsd-buildutils (<< 9.0-10).  (Closes: #674528)
   * Include <string.h> before feature_present().
+  * Make <sys/types.h> implicitly include <sys/select.h>.
 
  -- Robert Millan <rmh at debian.org>  Fri, 25 May 2012 19:09:37 +0200
 

Modified: trunk/freebsd-glue/include/sys/types.h
===================================================================
--- trunk/freebsd-glue/include/sys/types.h	2012-05-25 17:12:25 UTC (rev 4281)
+++ trunk/freebsd-glue/include/sys/types.h	2012-05-25 17:13:13 UTC (rev 4282)
@@ -12,6 +12,7 @@
 /* Emulate implicit includes on FreeBSD */
 #  include <machine/endian.h>
 #  include <sys/_types.h>
+#  include <sys/select.h>
 # endif
 
 #endif




More information about the Glibc-bsd-commits mailing list