commit | f6a570333e554b48ad589e7137c77c57809eee81 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Oct 18 01:47:25 2006 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Dec 04 02:00:22 2006 -0500 |
tree | 68dd6d5c8fe537a19a84a4189202f5cf70925c17 | |
parent | 2b5f6dcce5bf94b9b119e9ed8d537098ec61c3d2 [diff] [blame] |
[PATCH] severing module.h->sched.h Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/include/linux/acct.h b/include/linux/acct.h index 0496d1f..302eb72 100644 --- a/include/linux/acct.h +++ b/include/linux/acct.h
@@ -119,6 +119,7 @@ #ifdef CONFIG_BSD_PROCESS_ACCT struct vfsmount; struct super_block; +struct pacct_struct; extern void acct_auto_close_mnt(struct vfsmount *m); extern void acct_auto_close(struct super_block *sb); extern void acct_init_pacct(struct pacct_struct *pacct);