summaryrefslogtreecommitdiff
path: root/misc/acct.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/acct.c')
-rw-r--r--misc/acct.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/acct.c b/misc/acct.c
index c5569e5afa..74ff43a233 100644
--- a/misc/acct.c
+++ b/misc/acct.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -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;