[Glibc-bsd-commits] r2523 - trunk/glibc-ports/patches

Aurelien Jarno aurel32 at alioth.debian.org
Sat May 23 16:49:12 UTC 2009


Author: aurel32
Date: 2009-05-23 16:49:12 +0000 (Sat, 23 May 2009)
New Revision: 2523

Added:
   trunk/glibc-ports/patches/config_h_in.patch
Log:
Make sure __KFREEBSD_KERNEL_VERSION is set correctly



Added: trunk/glibc-ports/patches/config_h_in.patch
===================================================================
--- trunk/glibc-ports/patches/config_h_in.patch	                        (rev 0)
+++ trunk/glibc-ports/patches/config_h_in.patch	2009-05-23 16:49:12 UTC (rev 2523)
@@ -0,0 +1,17 @@
+2009-05-23  Aurelien Jarno <aurelien at aurel32.net>
+
+	* config.h.in (__KFREEBSD_KERNEL_VERSION): Add.
+
+--- a/config.h.in
++++ b/config.h.in
+@@ -150,6 +150,9 @@
+ /* Linux specific: minimum supported kernel version.  */
+ #undef	__LINUX_KERNEL_VERSION
+ 
++/* kFreeBSD specific: minimum supported kernel version.  */
++#undef	__KFREEBSD_KERNEL_VERSION
++
+ /* Override abi-tags ABI version if necessary.  */
+ #undef  __ABI_TAG_VERSION
+ 
+




More information about the Glibc-bsd-commits mailing list