diff options
Diffstat (limited to 'sysdeps/mach/hurd/rename.c')
-rw-r--r-- | sysdeps/mach/hurd/rename.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/rename.c b/sysdeps/mach/hurd/rename.c index 9cecbd2d5c..f217dedc6a 100644 --- a/sysdeps/mach/hurd/rename.c +++ b/sysdeps/mach/hurd/rename.c @@ -20,11 +20,10 @@ #include <hurd.h> /* Rename the file OLD to NEW. */ -/* XXX should be __rename ? */ int rename (old, new) const char *old; - const char **new; + const char *new; { error_t err; file_t olddir, newdir; |