summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbwrapper/smbw.c')
-rw-r--r--source3/smbwrapper/smbw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbwrapper/smbw.c b/source3/smbwrapper/smbw.c
index 3a63df7dec..5532e687ce 100644
--- a/source3/smbwrapper/smbw.c
+++ b/source3/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