1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-18 14:50:26 +03:00

merge from samba4

(This used to be ctdb commit a64c6ace26559b2793f2a804430fb0fc53f03a34)
This commit is contained in:
Andrew Tridgell 2007-04-21 10:09:37 +02:00
parent 520f7971cd
commit 531f8237eb
2 changed files with 3 additions and 3 deletions
ctdb/lib/tdb

@ -3,7 +3,7 @@
rm -rf autom4te.cache
rm -f configure config.h.in
IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace -I ../lib/replace"
IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
autoconf $IPATHS || exit 1
autoheader $IPATHS || exit 1

@ -206,7 +206,7 @@ tdb_off_t tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, in
struct list_struct *rec);
void tdb_io_init(struct tdb_context *tdb);
int tdb_expand(struct tdb_context *tdb, tdb_off_t size);
int rec_free_read(struct tdb_context *tdb, tdb_off_t off,
struct list_struct *rec);
int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off,
struct list_struct *rec);