summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/seteuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/seteuid.c')
-rw-r--r--sysdeps/mach/hurd/seteuid.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/seteuid.c b/sysdeps/mach/hurd/seteuid.c
index dad9ffd68d..3e16aba175 100644
--- a/sysdeps/mach/hurd/seteuid.c
+++ b/sysdeps/mach/hurd/seteuid.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
@@ -24,8 +24,7 @@
/* Set the effective user ID of the calling process to UID. */
int
-seteuid (uid)
- uid_t uid;
+seteuid (uid_t uid)
{
auth_t newauth;
error_t err;