From 614fd4119ce5aa37acd03321dc6ef263ae16bdc5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 6 Jul 2000 02:28:44 +0000 Subject: got smbw to compile again on Linux --- source/smbwrapper/smbw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/smbwrapper/smbw.c') diff --git a/source/smbwrapper/smbw.c b/source/smbwrapper/smbw.c index 3a63df7dec9..5532e687cee 100644 --- a/source/smbwrapper/smbw.c +++ b/source/smbwrapper/smbw.c @@ -1423,7 +1423,7 @@ say no to acls } #endif - +#ifdef HAVE_EXPLICIT_LARGEFILE_SUPPORT #ifdef HAVE_STAT64 /* this can't be in wrapped.c because of include conflicts */ void stat64_convert(struct stat *st, struct stat64 *st64) @@ -1453,6 +1453,7 @@ say no to acls pstrcpy(d64->d_name, d->d_name); } #endif +#endif #ifdef HAVE___XSTAT -- cgit