diff options
Diffstat (limited to 'nss/makedb.c')
-rw-r--r-- | nss/makedb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nss/makedb.c b/nss/makedb.c index 5c073a7440..5890c054f0 100644 --- a/nss/makedb.c +++ b/nss/makedb.c @@ -48,6 +48,10 @@ # include <selinux/selinux.h> #endif +#ifndef MAP_POPULATE +# define MAP_POPULATE 0 +#endif + #define PACKAGE _libc_intl_domainname /* List of data bases. */ |