summary refs log tree commit diff
path: root/misc/seteuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/seteuid.c')
-rw-r--r--misc/seteuid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/seteuid.c b/misc/seteuid.c
index af92bcdb8c..ccd934cfb7 100644
--- a/misc/seteuid.c
+++ b/misc/seteuid.c
@@ -20,8 +20,7 @@
 
 /* Set the effective user ID of the calling process to UID.  */
 int
-seteuid (uid)
-     __uid_t uid;
+seteuid (__uid_t uid)
 {
   __set_errno (ENOSYS);
   return -1;