patch-2.1.6 linux/kernel/info.c
Next file: linux/kernel/itimer.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Mon Oct 28 14:21:41 1996
-  Orig file: 
v2.1.5/linux/kernel/info.c
-  Orig date: 
Wed Oct 16 10:48:30 1996
diff -u --recursive --new-file v2.1.5/linux/kernel/info.c linux/kernel/info.c
@@ -6,14 +6,14 @@
 
 /* This implements the sysinfo() system call */
 
-#include <asm/segment.h>
-
 #include <linux/sched.h>
 #include <linux/string.h>
 #include <linux/unistd.h>
 #include <linux/types.h>
 #include <linux/mm.h>
 #include <linux/swap.h>
+
+#include <asm/uaccess.h>
 
 asmlinkage int sys_sysinfo(struct sysinfo *info)
 {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov