diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-10-20 23:46:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:35 -0500 |
commit | aa3ca346d82da2501406cc1f482643b20905e467 (patch) | |
tree | 634faa95a9226e06e63c793bca1fd4a02edbdccc /source3 | |
parent | 7d52581978c7f95e18a3c5b5c38adc486af63023 (diff) | |
download | samba-aa3ca346d82da2501406cc1f482643b20905e467.tar.gz samba-aa3ca346d82da2501406cc1f482643b20905e467.tar.bz2 samba-aa3ca346d82da2501406cc1f482643b20905e467.zip |
r19429: moved tdb/common/tdbutil.c into lib/util_tdb.c
see discussion on samba-technical
(This used to be commit 1ad563286f00be0d72930b81b10cb74f13c5fbff)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 | ||||
-rw-r--r-- | source3/include/includes.h | 2 | ||||
-rw-r--r-- | source3/include/util_tdb.h (renamed from source3/tdb/include/tdbutil.h) | 0 | ||||
-rw-r--r-- | source3/lib/util_tdb.c (renamed from source3/tdb/common/tdbutil.c) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index a7166c5d89..a03f1a4a9d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -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@ diff --git a/source3/include/includes.h b/source3/include/includes.h index b695253f12..2e87b25edd 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -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" diff --git a/source3/tdb/include/tdbutil.h b/source3/include/util_tdb.h index cb5d98fc52..cb5d98fc52 100644 --- a/source3/tdb/include/tdbutil.h +++ b/source3/include/util_tdb.h diff --git a/source3/tdb/common/tdbutil.c b/source3/lib/util_tdb.c index 3e18c09fbf..3e18c09fbf 100644 --- a/source3/tdb/common/tdbutil.c +++ b/source3/lib/util_tdb.c |