summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/linux-headers/files/linux-headers-2.6.0-sysctl_h-compat.patch')
-rw-r--r--sys-kernel/linux-headers/files/linux-headers-2.6.0-sysctl_h-compat.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-kernel/linux-headers/files/linux-headers-2.6.0-sysctl_h-compat.patch b/sys-kernel/linux-headers/files/linux-headers-2.6.0-sysctl_h-compat.patch
deleted file mode 100644
index 14b248e4f314..000000000000
--- a/sys-kernel/linux-headers/files/linux-headers-2.6.0-sysctl_h-compat.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 1/include/linux/sysctl.h 2003-05-18 22:12:39.000000000 +0200
-+++ 2/include/linux/sysctl.h 2003-05-18 22:13:58.000000000 +0200
-@@ -35,6 +35,10 @@
- the largest acceptable value for the nlen
- member of a struct __sysctl_args to have? */
-
-+#ifndef __user
-+#define __user
-+#endif
-+
- struct __sysctl_args {
- int __user *name;
- int nlen;