From 644fbaaf9ba38a5f3d60f27f7110e755b20d31e7 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 15 Jun 1998 18:19:54 +0000 Subject: Makefile: smbumount.c: Added fixes to compile under Linux. includes.h: Added SunOS 4.x QSORT_CAST fix. reply.c: Fixed user name mapping function for security=server, security=domain. Jeremy. (This used to be commit 21ca6bfb3ba3927efaf7eeff4325976d41489be2) --- source3/client/smbumount.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/client') diff --git a/source3/client/smbumount.c b/source3/client/smbumount.c index 91b41d4206..ef9e5ef203 100644 --- a/source3/client/smbumount.c +++ b/source3/client/smbumount.c @@ -33,6 +33,8 @@ extern pid_t waitpid(pid_t, int *, int); #include #include +#include "includes.h" + static char *progname; static void -- cgit