projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd6bf0
)
acct.h: get rid of detritus
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 6 Oct 2017 15:19:24 +0000
(11:19 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 6 Oct 2017 18:41:01 +0000
(14:41 -0400)
unused forward declarations of structs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/acct.h
patch
|
blob
|
history
diff --git
a/include/linux/acct.h
b/include/linux/acct.h
index
dccc2d4
..
3912a45
100644
(file)
--- a/
include/linux/acct.h
+++ b/
include/linux/acct.h
@@
-19,9
+19,6
@@
#ifdef CONFIG_BSD_PROCESS_ACCT
-struct vfsmount;
-struct super_block;
-struct pacct_struct;
struct pid_namespace;
extern int acct_parm[]; /* for sysctl */
extern void acct_collect(long exitcode, int group_dead);