Commit 6dbbd0b7 authored by Rusty Russell's avatar Rusty Russell

tdb: fix backwards check on HAVE_PAGESIZE

parent 581af902
......@@ -64,7 +64,7 @@
#define __location__ __FILE__ ":" __STRINGSTRING(__LINE__)
#endif
#if HAVE_GETPAGESIZE
#if !HAVE_GETPAGESIZE
#define getpagesize() 0x2000
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment