git.samba.org
/
sfrench
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
363d1d6
)
r22314: use libreplace headers
author
Stefan Metzmacher
<metze@samba.org>
Tue, 17 Apr 2007 16:36:24 +0000
(16:36 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 17:19:25 +0000
(12:19 -0500)
metze
source/lib/tdb/tools/tdbdump.c
patch
|
blob
|
history
diff --git
a/source/lib/tdb/tools/tdbdump.c
b/source/lib/tdb/tools/tdbdump.c
index 2ff2a2b0193257d33b815307ed2220d834568c94..f01fa426e5d87ff96bb66e6b608b23ef290551b3 100644
(file)
--- a/
source/lib/tdb/tools/tdbdump.c
+++ b/
source/lib/tdb/tools/tdbdump.c
@@
-18,18
+18,10
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <errno.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <fcntl.h>
-#include <unistd.h>
-#include <string.h>
-#include <fcntl.h>
-#include <time.h>
-#include <sys/stat.h>
-#include <sys/time.h>
-#include <ctype.h>
-#include <signal.h>
+#include "replace.h"
+#include "system/locale.h"
+#include "system/time.h"
+#include "system/filesys.h"
#include "tdb.h"
static void print_data(TDB_DATA d)