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

metze at samba.org metze at samba.org
Tue Apr 3 07:00:53 GMT 2007


Author: metze
Date: 2007-04-03 07:00:53 +0000 (Tue, 03 Apr 2007)
New Revision: 22051

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

Log:
use libreplace headers

metze
Modified:
   branches/SAMBA_3_0/source/tdb/tools/tdbtool.c


Changeset:
Modified: branches/SAMBA_3_0/source/tdb/tools/tdbtool.c
===================================================================
--- branches/SAMBA_3_0/source/tdb/tools/tdbtool.c	2007-04-03 04:52:09 UTC (rev 22050)
+++ branches/SAMBA_3_0/source/tdb/tools/tdbtool.c	2007-04-03 07:00:53 UTC (rev 22051)
@@ -21,19 +21,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/mman.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"
 #include "pstring.h"
 



More information about the samba-cvs mailing list