5059ab35f3
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1552 6952d904-891a-0410-993b-d76249ca496b
14 lines
376 B
Diff
14 lines
376 B
Diff
--- linux.orig/include/linux/sysctl.h.orig 2003-05-18 22:12:39.000000000 +0200
|
|
+++ linux.fixed/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;
|