diff options
Diffstat (limited to 'sys/kern/kern_acct.c')
-rw-r--r-- | sys/kern/kern_acct.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_acct.c b/sys/kern/kern_acct.c index df46af2..afb0ab0 100644 --- a/sys/kern/kern_acct.c +++ b/sys/kern/kern_acct.c @@ -74,8 +74,8 @@ * The former's operation is described in Leffler, et al., and the latter * was provided by UCB with the 4.4BSD-Lite release */ -static comp_t encode_comp_t __P((u_long, u_long)); -static void acctwatch __P((void *)); +static comp_t encode_comp_t(u_long, u_long); +static void acctwatch(void *); /* * Accounting callout used for periodic scheduling of acctwatch. |