1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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
This commit is contained in:
Günther Deschner 2011-05-03 16:28:44 +02:00
parent 89e6055606
commit c616379e14

View File

@ -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