about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/revoke.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/revoke.c')
-rw-r--r--sysdeps/mach/hurd/revoke.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/revoke.c b/sysdeps/mach/hurd/revoke.c
index 3412e6c439..6bbb8dab3a 100644
--- a/sysdeps/mach/hurd/revoke.c
+++ b/sysdeps/mach/hurd/revoke.c
@@ -21,8 +21,7 @@
 #include <hurd.h>
 
 int
-revoke (file_name)
-     const char *file_name;
+revoke (const char *file_name)
 {
   error_t err;
   file_t file = __file_name_lookup (file_name, 0, 0);