about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/setgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/setgid.c')
-rw-r--r--sysdeps/mach/hurd/setgid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/setgid.c b/sysdeps/mach/hurd/setgid.c
index 49d598e6d4..bb354ad8a7 100644
--- a/sysdeps/mach/hurd/setgid.c
+++ b/sysdeps/mach/hurd/setgid.c
@@ -27,8 +27,7 @@
    and effective group IDs, and the saved set-group-ID to UID;
    if not, the effective group ID is set to GID.  */
 int
-__setgid (gid)
-     gid_t gid;
+__setgid (gid_t gid)
 {
   auth_t newauth;
   error_t err;