about summary refs log tree commit diff
path: root/io/euidaccess.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/euidaccess.c')
-rw-r--r--io/euidaccess.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/io/euidaccess.c b/io/euidaccess.c
index 0adead8d7d..c89bceddae 100644
--- a/io/euidaccess.c
+++ b/io/euidaccess.c
@@ -21,9 +21,7 @@
 #include <unistd.h>
 
 int
-__euidaccess (file, type)
-     const char *file;
-     int type;
+__euidaccess (const char *file, int type)
 {
   if (file == NULL || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0)
     {