From ae0939ee66602f8667aab2b069768ef17102d851 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 16 May 2006 14:29:39 +0000 Subject: r15634: Prevent passwords of winbindd's list of credential caches from beeing swapped to disc using mlock(). (patch was reviewed by Jeremy). Guenther (This used to be commit 206cdbb8e9a4a0900060d56510e58b85a2b8aec5) --- source3/nsswitch/winbindd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/nsswitch/winbindd.h') diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h index e5f1c9699c..7d5330dccb 100644 --- a/source3/nsswitch/winbindd.h +++ b/source3/nsswitch/winbindd.h @@ -33,6 +33,10 @@ #include "libnscd.h" #endif +#ifdef HAVE_SYS_MMAN_H +#include +#endif + #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND -- cgit