diff options
Diffstat (limited to 'misc/acct.c')
-rw-r--r-- | misc/acct.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/acct.c b/misc/acct.c index c5569e5afa..54233170ab 100644 --- a/misc/acct.c +++ b/misc/acct.c @@ -22,8 +22,7 @@ a record for each process as it terminates, to this file. If NAME is NULL, turn accounting off. This call is restricted to the super-user. */ int -acct (name) - const char *name; +acct (const char *name) { __set_errno (ENOSYS); return -1; |