about summary refs log tree commit diff
path: root/misc/setreuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/setreuid.c')
-rw-r--r--misc/setreuid.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/setreuid.c b/misc/setreuid.c
index a6290f0eeb..0d8e059da9 100644
--- a/misc/setreuid.c
+++ b/misc/setreuid.c
@@ -22,9 +22,7 @@
 /* Set the real user ID of the calling process to RUID,
    and the effective user ID of the calling process to EUID.  */
 int
-__setreuid (effective_uid, real_uid)
-     uid_t effective_uid;
-     uid_t real_uid;
+__setreuid (uid_t effective_uid, uid_t real_uid)
 {
   __set_errno (ENOSYS);
   return -1;