r19429: moved tdb/common/tdbutil.c into lib/util_tdb.c
authorAndrew Tridgell <tridge@samba.org>
Fri, 20 Oct 2006 23:46:59 +0000 (23:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:35 +0000 (12:15 -0500)
see discussion on samba-technical
(This used to be commit 1ad563286f00be0d72930b81b10cb74f13c5fbff)

source3/Makefile.in
source3/include/includes.h
source3/include/util_tdb.h [moved from source3/tdb/include/tdbutil.h with 100% similarity]
source3/lib/util_tdb.c [moved from source3/tdb/common/tdbutil.c with 100% similarity]

index a7166c5d891826e23d543c49d3dbb81f600c116f..a03f1a4a9d70493cd7692b5ed70e5c3a0b577408 100644 (file)
@@ -191,7 +191,7 @@ TDBBASE_OBJ = tdb/common/tdb.o tdb/common/dump.o tdb/common/error.o \
        tdb/common/freelist.o tdb/common/io.o tdb/common/lock.o \
        tdb/common/open.o tdb/common/transaction.o tdb/common/traverse.o
 
-TDB_OBJ = $(TDBBASE_OBJ) tdb/common/tdbutil.o tdb/common/tdbback.o
+TDB_OBJ = $(TDBBASE_OBJ) lib/util_tdb.o tdb/common/tdbback.o
 
 SMBLDAP_OBJ = @SMBLDAP@ @SMBLDAPUTIL@
 
index b695253f12bfe2c3340c6f0093a0c39dc1f3cfec..2e87b25edd1328fc7aecf0dd70a26b786abca9e0 100644 (file)
@@ -617,7 +617,7 @@ typedef int BOOL;
 #include "intl.h"
 #include "dlinklist.h"
 #include "tdb.h"
-#include "tdbutil.h"
+#include "util_tdb.h"
 #include "tdbback.h"
 
 #include "lib/talloc/talloc.h"