aboutsummaryrefslogtreecommitdiff
path: root/misc/acct.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/acct.c')
-rw-r--r--misc/acct.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/acct.c b/misc/acct.c
index c5569e5..5423317 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;