]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-includes.patch
- gcc 3.4 patch removed.
[packages/glibc.git] / glibc-includes.patch
CommitLineData
8158c94b
MM
1--- glibc-2.3.3/sysdeps/unix/sysv/linux/sys/sysctl.h.orig 2004-02-08 19:03:25.000000000 +0000
2+++ glibc-2.3.3/sysdeps/unix/sysv/linux/sys/sysctl.h 2004-02-08 19:03:14.000000000 +0000
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. */
c6fa639e
AM
11 #define _LINUX_KERNEL_H 1
12 #define _LINUX_TYPES_H 1
8158c94b
MM
13@@ -29,6 +32,8 @@
14 /* We do need this one for the declarations in <linux/sysctl.h>,
15 since we've elided the inclusion of <linux/kernel.h> that gets them. */
16 #include <linux/compiler.h>
17+#endif
18+
c6fa639e
AM
19 #include <linux/sysctl.h>
20
21 __BEGIN_DECLS
This page took 0.042408 seconds and 4 git commands to generate.