diff options
Diffstat (limited to 'sysdeps/mach/hurd/rename.c')
-rw-r--r-- | sysdeps/mach/hurd/rename.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/rename.c b/sysdeps/mach/hurd/rename.c index e04371398e..ad580179bb 100644 --- a/sysdeps/mach/hurd/rename.c +++ b/sysdeps/mach/hurd/rename.c @@ -20,9 +20,7 @@ /* Rename the file OLD to NEW. */ int -rename (old, new) - const char *old; - const char *new; +rename (const char *old, const char *new) { error_t err; file_t olddir, newdir; |