From: Mark Andrews Date: Tue, 26 Mar 2013 05:41:20 +0000 (+1100) Subject: check for MAP_FILE X-Git-Tag: v9.10.0a1~448^2~21 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=12753e9e31e11bea074ecb7454ac42eabda8f0ee;p=thirdparty%2Fbind9.git check for MAP_FILE --- diff --git a/lib/dns/tests/rbt_test.c b/lib/dns/tests/rbt_test.c index 79ca097d84d..ff883a9e311 100644 --- a/lib/dns/tests/rbt_test.c +++ b/lib/dns/tests/rbt_test.c @@ -305,6 +305,9 @@ ATF_TC_BODY(isc_serialize_rbt, tc) { */ printf("deserialization begins.\n"); +#ifndef MAP_FILE +#define MAP_FILE 0 +#endif /* * Map in the whole file in one go */