summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/setreuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/setreuid.c')
-rw-r--r--sysdeps/mach/hurd/setreuid.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/setreuid.c b/sysdeps/mach/hurd/setreuid.c
index 070e93deb6..e4e05f6e4c 100644
--- a/sysdeps/mach/hurd/setreuid.c
+++ b/sysdeps/mach/hurd/setreuid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -23,9 +23,7 @@
#include <string.h>
int
-__setreuid (ruid, euid)
- uid_t ruid;
- uid_t euid;
+__setreuid (uid_t ruid, uid_t euid)
{
auth_t newauth;
error_t err;