diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-12-03 20:33:56 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-12-03 20:33:56 -0800 |
| commit | 730663b8ac6807df2f3bfba4c30484b4a8023779 (patch) | |
| tree | a733b1ec9716ec52f773faa43144684cdc9add54 /include | |
| parent | 4113dcbdc29a3c474f177c80ebf6ae713c02ca49 (diff) | |
[PATCH] compile warnings
fixes warnings in acct.h and do_mounts.c
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/acct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/acct.h b/include/linux/acct.h index fb0a19dc8ab3..0b4ae8298a0e 100644 --- a/include/linux/acct.h +++ b/include/linux/acct.h @@ -76,6 +76,7 @@ struct acct #include <linux/config.h> #ifdef CONFIG_BSD_PROCESS_ACCT +struct super_block; extern void acct_auto_close(struct super_block *sb); extern int acct_process(long exitcode); #else |
