chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / debian / patches / kfreebsd / local-config_h_in.patch
1 2009-05-23  Aurelien Jarno <aurelien@aurel32.net>
2
3         * config.h.in (__KFREEBSD_KERNEL_VERSION): Add.
4
5 --- a/config.h.in
6 +++ b/config.h.in
7 @@ -150,6 +150,9 @@
8  /* Linux specific: minimum supported kernel version.  */
9  #undef __LINUX_KERNEL_VERSION
10  
11 +/* kFreeBSD specific: minimum supported kernel version.  */
12 +#undef __KFREEBSD_KERNEL_VERSION
13 +
14  /* Override abi-tags ABI version if necessary.  */
15  #undef  __ABI_TAG_VERSION
16  
17