patch-2.1.69 linux/kernel/acct.c

Next file: linux/kernel/module.c
Previous file: linux/include/linux/tty.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.68/linux/kernel/acct.c linux/kernel/acct.c
@@ -74,7 +74,7 @@
  */
 static void check_free_space(void)
 {
-	unsigned long fs;
+	mm_segment_t fs;
 	struct statfs sbuf;
 
 	if (!acct_file || !acct_needcheck)
@@ -253,7 +253,7 @@
 int acct_process(long exitcode)
 {
 	struct acct ac;
-	unsigned long fs;
+	mm_segment_t fs;
 	unsigned long vsize;
 
 	/*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov