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