summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/setlogin.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/setlogin.c')
-rw-r--r--sysdeps/mach/hurd/setlogin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/setlogin.c b/sysdeps/mach/hurd/setlogin.c
index d9bfcb1c06..58176ad873 100644
--- a/sysdeps/mach/hurd/setlogin.c
+++ b/sysdeps/mach/hurd/setlogin.c
@@ -21,8 +21,7 @@
/* Set the login name returned by `getlogin'. */
int
-setlogin (name)
- const char *name;
+setlogin (const char *name)
{
error_t err;
if (err = __USEPORT (PROC, __proc_setlogin (port, name)))