summaryrefslogtreecommitdiff
path: root/login/setlogin.c
diff options
context:
space:
mode:
Diffstat (limited to 'login/setlogin.c')
-rw-r--r--login/setlogin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/login/setlogin.c b/login/setlogin.c
index c07d7cb5ad..40b62a3335 100644
--- a/login/setlogin.c
+++ b/login/setlogin.c
@@ -20,8 +20,7 @@
/* Set the login name returned by `getlogin'. */
int
-setlogin (name)
- const char *name;
+setlogin (const char *name)
{
__set_errno (ENOSYS);
return -1;