r5296: - only include the tdb headers where they are needed
authorAndrew Tridgell <tridge@samba.org>
Thu, 10 Feb 2005 03:48:43 +0000 (03:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:38 +0000 (13:09 -0500)
commit6f79432fe656164d4770dbce114a30dda5e7bf9a
treeec2be88712c33ce0201ba44a3f18b3649544fe0a
parentbb1ab11d8e0ea0bd9ae34aebeb565d36fe4b495f
r5296: - only include the tdb headers where they are needed

- removed the u32 hack in events.c as I think this was only needed as
  tdb.h defines u32. Metze, can you check that this hack is indeed no
  longer needed on your suse system?
23 files changed:
source/include/db_wrap.h
source/include/includes.h
source/intl/lang_tdb.c
source/lib/db_wrap.c
source/lib/events/events.c
source/lib/gencache.c
source/lib/ldb/ldb_tdb/ldb_tdb.h
source/lib/tdb/common/spinlock.c
source/lib/tdb/common/tdb.c
source/lib/tdb/common/tdbutil.c
source/lib/tdb/include/tdb.h
source/lib/tdb/include/tdbutil.h
source/lib/tdb/tools/tdbdump.c
source/lib/tdb/tools/tdbtest.c
source/lib/tdb/tools/tdbtorture.c
source/ntvfs/common/brlock.c
source/ntvfs/common/opendb.c
source/ntvfs/posix/vfs_posix.c
source/ntvfs/posix/xattr_tdb.c
source/param/loadparm.c
source/passdb/secrets.c
source/smbd/process_standard.c
source/torture/basic/mangle_test.c