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)
commitfedf0b0d91fdf2a6ae0ef47acd4047f662bd3374
tree6150bf20e0a2f14879c8a761ea32b98888e1a721
parentb9bb7f596de51496c18580863efbb8ac17c78970
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?
(This used to be commit 6f79432fe656164d4770dbce114a30dda5e7bf9a)
23 files changed:
source4/include/db_wrap.h
source4/include/includes.h
source4/intl/lang_tdb.c
source4/lib/db_wrap.c
source4/lib/events/events.c
source4/lib/gencache.c
source4/lib/ldb/ldb_tdb/ldb_tdb.h
source4/lib/tdb/common/spinlock.c
source4/lib/tdb/common/tdb.c
source4/lib/tdb/common/tdbutil.c
source4/lib/tdb/include/tdb.h
source4/lib/tdb/include/tdbutil.h
source4/lib/tdb/tools/tdbdump.c
source4/lib/tdb/tools/tdbtest.c
source4/lib/tdb/tools/tdbtorture.c
source4/ntvfs/common/brlock.c
source4/ntvfs/common/opendb.c
source4/ntvfs/posix/vfs_posix.c
source4/ntvfs/posix/xattr_tdb.c
source4/param/loadparm.c
source4/passdb/secrets.c
source4/smbd/process_standard.c
source4/torture/basic/mangle_test.c