diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-05-12 23:48:34 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-05-12 23:48:34 +0000 |
commit | 7fd36ebeeec9244a7431bb010e6e3c5e4848a0d5 (patch) | |
tree | 5fb03a9aafdd1cec5f4f6ff7f1873174cb89b66c /kernel/acct.c | |
parent | ba2dacab305c598cd4c34a604f8e276bf5bab5ff (diff) |
Merge with Linux 2.3.99-pre8. Linus must hate me, too man patches ;-)
Diffstat (limited to 'kernel/acct.c')
-rw-r--r-- | kernel/acct.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/acct.c b/kernel/acct.c index 2bd7d121d..86d776c5b 100644 --- a/kernel/acct.c +++ b/kernel/acct.c @@ -68,9 +68,9 @@ int acct_parm[3] = {4, 2, 30}; */ 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 *); |