about summary refs log tree commit diff
path: root/misc/setegid.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/setegid.c')
-rw-r--r--misc/setegid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/setegid.c b/misc/setegid.c
index 37a3b6ac63..a124c98dd0 100644
--- a/misc/setegid.c
+++ b/misc/setegid.c
@@ -20,8 +20,7 @@
 
 /* Set the effective group ID of the calling process to GID.  */
 int
-setegid (gid)
-     __gid_t gid;
+setegid (__gid_t gid)
 {
   __set_errno (ENOSYS);
   return -1;