patch-2.3.99-pre8 linux/kernel/acct.c

Next file: linux/kernel/fork.c
Previous file: linux/ipc/shm.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre7/linux/kernel/acct.c linux/kernel/acct.c
@@ -68,9 +68,9 @@
  */
 void acct_timeout(unsigned long);
 
-static volatile int acct_active = 0;
-static volatile int acct_needcheck = 0;
-static struct file *acct_file = NULL;
+static volatile int acct_active;
+static volatile int acct_needcheck;
+static struct file *acct_file;
 static struct timer_list acct_timer = { NULL, NULL, 0, 0, acct_timeout };
 static int do_acct_process(long, struct file *);
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)