aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/euidaccess.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/euidaccess.c')
-rw-r--r--sysdeps/mach/hurd/euidaccess.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/euidaccess.c b/sysdeps/mach/hurd/euidaccess.c
index 266c82d..cbb880e 100644
--- a/sysdeps/mach/hurd/euidaccess.c
+++ b/sysdeps/mach/hurd/euidaccess.c
@@ -23,9 +23,7 @@
#include <hurd.h>
int
-__euidaccess (file, type)
- const char *file;
- int type;
+__euidaccess (const char *file, int type)
{
error_t err;
file_t port;