]> git.ozlabs.org Git - ccan/commit
tdb2: rework remaining io.c functions to return enum TDB_ERROR.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 1 Mar 2011 12:49:19 +0000 (23:19 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 1 Mar 2011 12:49:19 +0000 (23:19 +1030)
commit323a9473c0aef80b8e18ef0c53529c8dfc29ec45
treead23c6bda292632fbcd8aad28765412962a75f5f
parent1d4d21dfb5ac43274afc125f132d196ce07f3177
tdb2: rework remaining io.c functions to return enum TDB_ERROR.

In particular, we replace the TDB_OFF_ERR ((off_t)-1) with a range of
negative error values.
ccan/tdb2/check.c
ccan/tdb2/free.c
ccan/tdb2/hash.c
ccan/tdb2/io.c
ccan/tdb2/transaction.c