summaryrefslogtreecommitdiff
path: root/login/setlogin.c
diff options
context:
space:
mode:
Diffstat (limited to 'login/setlogin.c')
-rw-r--r--login/setlogin.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/login/setlogin.c b/login/setlogin.c
index c07d7cb5ad..0924bb2b8e 100644
--- a/login/setlogin.c
+++ b/login/setlogin.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
@@ -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;