[Glibc-bsd-commits] r2822 - trunk/glibc-ports/kfreebsd/sys

Petr Salinger ps-guest at alioth.debian.org
Fri Nov 13 07:17:42 UTC 2009


Author: ps-guest
Date: 2009-11-13 07:17:42 +0000 (Fri, 13 Nov 2009)
New Revision: 2822

Modified:
   trunk/glibc-ports/kfreebsd/sys/param.h
Log:
in <sys/param.h> #include <stdint.h>, 
the 8.0 kernel headers use uint32_t, uint64_t in many places  ...



Modified: trunk/glibc-ports/kfreebsd/sys/param.h
===================================================================
--- trunk/glibc-ports/kfreebsd/sys/param.h	2009-11-13 00:45:52 UTC (rev 2821)
+++ trunk/glibc-ports/kfreebsd/sys/param.h	2009-11-13 07:17:42 UTC (rev 2822)
@@ -40,6 +40,7 @@
 
 /* Some inet code expects that this file defines the 'u_int32_t' type.  */
 #include <sys/types.h>
+#include <stdint.h>
 
 /*
  * Machine-independent constants (some used in following include files).




More information about the Glibc-bsd-commits mailing list