From 4828c1c3b8f2330066d6009502e6f21c4ce2764e Mon Sep 17 00:00:00 2001 From: Michael Warfield Date: Wed, 30 Sep 1998 03:02:35 +0000 Subject: Removed a redundant include for "includes.h" Cleaned up a prototype warning message. smbumount.c now compiles warning free. (This used to be commit 3459541abc290bb709f2416736371e4a764c3d28) --- source3/client/smbumount.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/client') 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 #include -#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); -- cgit