1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/tdb/tools
Uri Simchoni 5768ca6523 tdbrestore: include config.h before any glibc headers
config.h may have some flags which affect glibc behavior, e.g.
_FILE_OFFSET_BITS=64. To make sure these flags have the desired
effect, config.h must be included before any glibc header files.

This commit does not fix a specific known bug. It changes the code to
comply with coding conventions.

Signed-off-by: Uri Simchoni <urisimchoni@gmail.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: "Stefan Metzmacher" <metze@samba.org>
2015-07-17 01:38:15 +02:00
..
tdbbackup.c tdb/tools: add -l option to tdbbackup 2014-05-22 21:05:14 +02:00
tdbdump.c tdb/tools: explicitly use TDB_NOLOCK in tdbdump 2014-05-22 21:05:14 +02:00
tdbrestore.c tdbrestore: include config.h before any glibc headers 2015-07-17 01:38:15 +02:00
tdbtest.c tdb: Fix blank line endings 2013-03-26 10:11:48 +01:00
tdbtool.c tdb:tools: fix a compiler warning 2014-09-16 09:47:05 +02:00
tdbtorture.c tdb/toos: allow transactions with TDB_MUTEX_LOCKING 2014-12-19 09:20:07 +01:00