summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-05-03 16:28:44 +0200
committerGünther Deschner <gd@samba.org>2011-05-03 22:06:19 +0200
commitc616379e14f7db35429ac849bbc6eb3d4dc641ec (patch)
tree354f7488dc476e6d282abf15f9e5f1bac5e21bc2 /source3
parent89e60556065c6e3dc7a8447cdba5a8fed1d19ea4 (diff)
downloadsamba-c616379e14f7db35429ac849bbc6eb3d4dc641ec.tar.gz
samba-c616379e14f7db35429ac849bbc6eb3d4dc641ec.tar.bz2
samba-c616379e14f7db35429ac849bbc6eb3d4dc641ec.zip
s3-includes: when MADVISE support was reverted back in 2009, someone forgot this hunk.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue May 3 22:06:20 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r--source3/include/includes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 6be6b01133..0079619372 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -173,10 +173,6 @@
#include <aio.h>
#endif
-#ifdef WITH_MADVISE_PROTECTED
-#include <sys/mman.h>
-#endif
-
/* Special macros that are no-ops except when run under Valgrind on
* x86. They've moved a little bit from valgrind 1.0.4 to 1.9.4 */
#if HAVE_VALGRIND_MEMCHECK_H