瀏覽代碼

acct.h: get rid of detritus

unused forward declarations of structs

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 8 年之前
父節點
當前提交
878e832ade
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      include/linux/acct.h

+ 0 - 3
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);