summary refs log tree commit diff
path: root/sysdeps/mach/hurd/seteuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/seteuid.c')
-rw-r--r--sysdeps/mach/hurd/seteuid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/seteuid.c b/sysdeps/mach/hurd/seteuid.c
index dad9ffd68d..e2db6c5fc8 100644
--- a/sysdeps/mach/hurd/seteuid.c
+++ b/sysdeps/mach/hurd/seteuid.c
@@ -24,8 +24,7 @@
 
 /* Set the effective user ID of the calling process to UID.  */
 int
-seteuid (uid)
-     uid_t uid;
+seteuid (uid_t uid)
 {
   auth_t newauth;
   error_t err;