]> git.ozlabs.org Git - ccan/commit
tdb2: fix msync() arg
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 27 Apr 2011 13:30:25 +0000 (23:00 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 27 Apr 2011 13:30:25 +0000 (23:00 +0930)
commit18fe5ef012a96014b9e61e48616e682b4a5708a2
treefa3da72fcce119e1f1733da805fd58d3ceb99207
parent71d8cfb69339f3587ded2693cbab845c916c5c7e
tdb2: fix msync() arg

PAGESIZE used to be defined to getpagesize(); we changed it to a
constant in b556ef1f, which broke the msync() call.
ccan/tdb2/transaction.c