X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb%2Ftdb_private.h;h=228e8dcf9b09eaedf64fd166b8a683deb50070a0;hp=1195c3b557ac65ede35e30caf417516f5c2a3c0e;hb=ee9f03894bdeedc4888ff3cd2ddae083e1b65d96;hpb=729fc5b931c8eb26f192399d8aa7064f9af058df diff --git a/ccan/tdb/tdb_private.h b/ccan/tdb/tdb_private.h index 1195c3b5..228e8dcf 100644 --- a/ccan/tdb/tdb_private.h +++ b/ccan/tdb/tdb_private.h @@ -64,7 +64,7 @@ #define __location__ __FILE__ ":" __STRINGSTRING(__LINE__) #endif -#if HAVE_GETPAGESIZE +#if !HAVE_GETPAGESIZE #define getpagesize() 0x2000 #endif