From cdaa53e3ef7e9bbb7dedaa82d54f730085b9250c Mon Sep 17 00:00:00 2001 From: Michael Warfield Date: Mon, 28 Sep 1998 19:18:21 +0000 Subject: Two changes in this ball... 1) Changes to smbmnt.c, smbmount.c, and smbumount.c allow them to compile on both RedHat 4.x (libc 4.x) systems and RedHat 5.x (glibc 2) systems. 2) Changes to Makefile.in and configure.in (and subsequently configure) are to configure for smbmount, smbumount, and smbmnt to compile. This adds a "--with(out)-smbmount" option to configure. Sanity checking is not present yet. You can specify this if you are not on linux, it just won't compile. (This used to be commit 8a4730f61923577b0bd9e09ef1a00538f7dfb0de) --- source3/client/smbmount.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/client/smbmount.c') diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index 95aeecde3c..dadccc819d 100644 --- a/source3/client/smbmount.c +++ b/source3/client/smbmount.c @@ -28,6 +28,8 @@ #endif #include "includes.h" + +#include #include static struct smb_conn_opt conn_options; -- cgit