]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-includes.patch
- added dirs for dz,km,mg messages
[packages/glibc.git] / glibc-includes.patch
1 --- libc/sysdeps/unix/sysv/linux/sys/sysctl.h.orig      2004-04-29 22:09:24.000000000 +0200
2 +++ libc/sysdeps/unix/sysv/linux/sys/sysctl.h   2004-05-05 23:23:49.009395912 +0200
3 @@ -22,6 +22,9 @@
4  #include <features.h>
5  #define __need_size_t
6  #include <stddef.h>
7 +#include <linux/version.h>
8 +
9 +#ifndef LIBC_HEADERS_VERSION
10  /* Prevent more kernel headers than necessary to be included.  */
11  #ifndef _LINUX_KERNEL_H
12  # define _LINUX_KERNEL_H       1
13 @@ -40,6 +43,7 @@
14  # define __user
15  # define __undef__LINUX_COMPILER_H
16  #endif
17 +#endif
18  
19  #include <linux/sysctl.h>
20  
This page took 0.116389 seconds and 3 git commands to generate.