summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-07-29 10:08:24 +0200
committerAndreas Schneider <asn@cryptomilk.org>2022-07-29 13:08:36 +0000
commit7a6bd2279897ed389d10f09e5b315a7bca96e7d4 (patch)
treecced06e40c58d59df5af1b51de0497623d9d4c69 /lib/replace
parent15c86028a861139cee4560fe093c965ffc30eb13 (diff)
downloadsamba-7a6bd2279897ed389d10f09e5b315a7bca96e7d4.tar.gz
lib:replace: Remove <sys/mount.h> from filesys.h
You need to be careful if you include <sys/mount.h> or <linux/mount.h> at least since glibc 2.36. Details at: https://sourceware.org/glibc/wiki/Release/2.36#Usage_of_.3Clinux.2Fmount.h.3E_and_.3Csys.2Fmount.h.3E BUG: https://bugzilla.samba.org/show_bug.cgi?id=15132 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Jul 29 13:08:36 UTC 2022 on sn-devel-184
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/system/filesys.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/replace/system/filesys.h b/lib/replace/system/filesys.h
index 034e5d5886c..190c6b90f93 100644
--- a/lib/replace/system/filesys.h
+++ b/lib/replace/system/filesys.h
@@ -36,10 +36,6 @@
#include <sys/param.h>
#endif
-#ifdef HAVE_SYS_MOUNT_H
-#include <sys/mount.h>
-#endif
-
#ifdef HAVE_MNTENT_H
#include <mntent.h>
#endif