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

Robert Millan rmh at alioth.debian.org
Sat Jan 28 22:10:15 UTC 2012


Author: rmh
Date: 2012-01-28 22:10:15 +0000 (Sat, 28 Jan 2012)
New Revision: 4029

Added:
   trunk/freebsd-buildutils/debian/local/include/sys/stdint.h
Modified:
   trunk/freebsd-buildutils/debian/changelog
Log:
Add local sys/stdint.h

Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2012-01-28 22:09:11 UTC (rev 4028)
+++ trunk/freebsd-buildutils/debian/changelog	2012-01-28 22:10:15 UTC (rev 4029)
@@ -4,7 +4,7 @@
     HEAD.
   * Add __BEGIN_DECLS / __END_DECLS in local unistd.h.
   * Fix local endian.h to use native <sys/endian.h> on GNU/kFreeBSD.
-  * Add local sys/errno.h.
+  * Add local sys/errno.h and sys/stdint.h.
   * Add a few more definitions to local sys/cdefs.h.
   * Remove getline kludge. The second part was unneeded, the first one
     caused version_gen.awk to hang.

Added: trunk/freebsd-buildutils/debian/local/include/sys/stdint.h
===================================================================
--- trunk/freebsd-buildutils/debian/local/include/sys/stdint.h	                        (rev 0)
+++ trunk/freebsd-buildutils/debian/local/include/sys/stdint.h	2012-01-28 22:10:15 UTC (rev 4029)
@@ -0,0 +1 @@
+#include_next <stdint.h>




More information about the Glibc-bsd-commits mailing list