diff options
-rw-r--r-- | source3/client/smbumount.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/client/smbumount.c b/source3/client/smbumount.c index c3ba262010..5e072274c9 100644 --- a/source3/client/smbumount.c +++ b/source3/client/smbumount.c @@ -15,8 +15,6 @@ #include <linux/smb_mount.h> #include <linux/smb_fs.h> -#include "includes.h" - static char *progname; static void @@ -60,7 +58,7 @@ umount_ok(const char *mount_point) is not a legal pathname for ``/dev/fd0.'' Anything we cannot parse we return unmodified. */ char * -canonicalize (const char *path) +canonicalize (char *path) { char *canonical = malloc (PATH_MAX + 1); |