about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/setgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/setgroups.c')
-rw-r--r--sysdeps/mach/hurd/setgroups.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/setgroups.c b/sysdeps/mach/hurd/setgroups.c
index 3c75d7c4a6..43260859d2 100644
--- a/sysdeps/mach/hurd/setgroups.c
+++ b/sysdeps/mach/hurd/setgroups.c
@@ -23,9 +23,7 @@
 
 /* Set the group set for the current user to GROUPS (N of them).  */
 int
-setgroups (n, groups)
-     size_t n;
-     const gid_t *groups;
+setgroups (size_t n, const gid_t *groups)
 {
   error_t err;
   auth_t newauth;