svn commit: samba r22314 - in branches/SAMBA_3_0/source/lib/tdb/tools: .

metze at samba.org metze at samba.org
Tue Apr 17 16:36:25 GMT 2007


Author: metze
Date: 2007-04-17 16:36:24 +0000 (Tue, 17 Apr 2007)
New Revision: 22314

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22314

Log:
use libreplace headers

metze
Modified:
   branches/SAMBA_3_0/source/lib/tdb/tools/tdbdump.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/tdb/tools/tdbdump.c
===================================================================
--- branches/SAMBA_3_0/source/lib/tdb/tools/tdbdump.c	2007-04-17 16:06:20 UTC (rev 22313)
+++ branches/SAMBA_3_0/source/lib/tdb/tools/tdbdump.c	2007-04-17 16:36:24 UTC (rev 22314)
@@ -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)



More information about the samba-cvs mailing list