X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ccan%2Ftdb%2Ftdb_private.h;h=228e8dcf9b09eaedf64fd166b8a683deb50070a0;hb=a7f635002edf6af05ecf8b6b5cc121eaaa588c46;hp=1195c3b557ac65ede35e30caf417516f5c2a3c0e;hpb=729fc5b931c8eb26f192399d8aa7064f9af058df;p=ccan 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