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

Robert Millan rmh at alioth.debian.org
Tue Nov 5 13:36:30 UTC 2013


Author: rmh
Date: 2013-11-05 13:36:30 +0000 (Tue, 05 Nov 2013)
New Revision: 5126

Added:
   trunk/freebsd-glue/include/sys/stdint.h
Modified:
   trunk/freebsd-glue/debian/changelog
Log:
Add <sys/stdint.h> (as #include stub).

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2013-11-05 13:36:14 UTC (rev 5125)
+++ trunk/freebsd-glue/debian/changelog	2013-11-05 13:36:30 UTC (rev 5126)
@@ -4,6 +4,7 @@
     INADDR_ALLMDNS_GROUP magic IPv4 addresses.
   * Add the mac_* family of functions (as defined by <sys/mac.h>.
   * Move <sys/stdint.h> to <stdint.h>.
+  * Add <sys/stdint.h> (as #include stub).
 
  -- Robert Millan <rmh at debian.org>  Fri, 01 Nov 2013 13:38:42 +0100
 

Added: trunk/freebsd-glue/include/sys/stdint.h
===================================================================
--- trunk/freebsd-glue/include/sys/stdint.h	                        (rev 0)
+++ trunk/freebsd-glue/include/sys/stdint.h	2013-11-05 13:36:30 UTC (rev 5126)
@@ -0,0 +1 @@
+#include <stdint.h>




More information about the Glibc-bsd-commits mailing list