about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/chdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/chdir.c')
-rw-r--r--sysdeps/mach/hurd/chdir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/chdir.c b/sysdeps/mach/hurd/chdir.c
index eaaf6466d3..ab11329e16 100644
--- a/sysdeps/mach/hurd/chdir.c
+++ b/sysdeps/mach/hurd/chdir.c
@@ -22,8 +22,7 @@
 
 /* Change the current directory to FILE_NAME.  */
 int
-__chdir (file_name)
-     const char *file_name;
+__chdir (const char *file_name)
 {
   return _hurd_change_directory_port_from_name (&_hurd_ports[INIT_PORT_CWDIR],
 						file_name);