svn commit: samba r5330 - in branches/SAMBA_4_0/source: include lib/ldb/tools lib/tdb/tools libcli/auth

abartlet at samba.org abartlet at samba.org
Fri Feb 11 10:15:56 GMT 2005


Author: abartlet
Date: 2005-02-11 10:15:56 +0000 (Fri, 11 Feb 2005)
New Revision: 5330

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

Log:
Remove #include <sys/time.h> from includes.h.  

Add #include "system/time.h" back (it was removed in some of these
places because the definitions were provided by <sys/time.h> on tridge's
platform.)

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/include/includes.h
   branches/SAMBA_4_0/source/lib/ldb/tools/ldbtest.c
   branches/SAMBA_4_0/source/lib/tdb/tools/tdbtest.c
   branches/SAMBA_4_0/source/libcli/auth/clikrb5.c
   branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c
   branches/SAMBA_4_0/source/libcli/auth/kerberos.c


Changeset:
Modified: branches/SAMBA_4_0/source/include/includes.h
===================================================================
--- branches/SAMBA_4_0/source/include/includes.h	2005-02-11 08:18:55 UTC (rev 5329)
+++ branches/SAMBA_4_0/source/include/includes.h	2005-02-11 10:15:56 UTC (rev 5330)
@@ -51,7 +51,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>
-#include <sys/time.h>
 
 #ifdef HAVE_STDINT_H
 #include <stdint.h>

Modified: branches/SAMBA_4_0/source/lib/ldb/tools/ldbtest.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tools/ldbtest.c	2005-02-11 08:18:55 UTC (rev 5329)
+++ branches/SAMBA_4_0/source/lib/ldb/tools/ldbtest.c	2005-02-11 10:15:56 UTC (rev 5330)
@@ -38,6 +38,7 @@
 
 #ifdef _SAMBA_BUILD_
 #include "system/filesys.h"
+#include "system/time.h"
 #endif
 
 static const char *ldb_url;

Modified: branches/SAMBA_4_0/source/lib/tdb/tools/tdbtest.c
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/tools/tdbtest.c	2005-02-11 08:18:55 UTC (rev 5329)
+++ branches/SAMBA_4_0/source/lib/tdb/tools/tdbtest.c	2005-02-11 10:15:56 UTC (rev 5330)
@@ -17,6 +17,7 @@
 
 #include "includes.h"
 #include "system/filesys.h"
+#include "system/time.h"
 #include "lib/tdb/include/tdb.h"
 
 #endif

Modified: branches/SAMBA_4_0/source/libcli/auth/clikrb5.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/clikrb5.c	2005-02-11 08:18:55 UTC (rev 5329)
+++ branches/SAMBA_4_0/source/libcli/auth/clikrb5.c	2005-02-11 10:15:56 UTC (rev 5330)
@@ -22,6 +22,7 @@
 #include "includes.h"
 #include "system/network.h"
 #include "system/kerberos.h"
+#include "system/time.h"
 #include "libcli/auth/kerberos.h"
 
 #ifdef HAVE_KRB5

Modified: branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c	2005-02-11 08:18:55 UTC (rev 5329)
+++ branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c	2005-02-11 10:15:56 UTC (rev 5330)
@@ -26,6 +26,7 @@
 
 #include "includes.h"
 #include "system/kerberos.h"
+#include "system/time.h"
 #include "libcli/auth/kerberos.h"
 #include "librpc/gen_ndr/ndr_krb5pac.h"
 #include "auth/auth.h"

Modified: branches/SAMBA_4_0/source/libcli/auth/kerberos.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/kerberos.c	2005-02-11 08:18:55 UTC (rev 5329)
+++ branches/SAMBA_4_0/source/libcli/auth/kerberos.c	2005-02-11 10:15:56 UTC (rev 5330)
@@ -23,6 +23,7 @@
 
 #include "includes.h"
 #include "system/kerberos.h"
+#include "system/time.h"
 #include "libcli/auth/kerberos.h"
 #include "secrets.h"
 #include "pstring.h"



More information about the samba-cvs mailing list