aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/acct.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/acct.h')
-rw-r--r--sys/sys/acct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/acct.h b/sys/sys/acct.h
index 114b609bc969..8e1b294f61e6 100644
--- a/sys/sys/acct.h
+++ b/sys/sys/acct.h
@@ -87,7 +87,7 @@ struct acct {
#ifdef _KERNEL
struct thread;
-int acct_process __P((struct thread *td));
+int acct_process(struct thread *td);
#endif
#endif /* !_SYS_ACCT_H_ */