aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/getlogin_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/getlogin_r.c')
-rw-r--r--sysdeps/mach/hurd/getlogin_r.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/getlogin_r.c b/sysdeps/mach/hurd/getlogin_r.c
index 9c66f86..ccdfe60 100644
--- a/sysdeps/mach/hurd/getlogin_r.c
+++ b/sysdeps/mach/hurd/getlogin_r.c
@@ -25,9 +25,7 @@
If it cannot be determined or some other error occurred, return the error
code. Otherwise return 0. */
int
-__getlogin_r (name, name_len)
- char *name;
- size_t name_len;
+__getlogin_r (char *name, size_t name_len)
{
string_t login;
error_t err;