svn commit: samba r18057 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Tue Sep 5 04:19:17 GMT 2006


Author: tridge
Date: 2006-09-05 04:19:16 +0000 (Tue, 05 Sep 2006)
New Revision: 18057

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

Log:

fixed an #ifdef

Modified:
   branches/SAMBA_4_0/source/lib/replace/timegm.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/timegm.c
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/timegm.c	2006-09-05 02:05:36 UTC (rev 18056)
+++ branches/SAMBA_4_0/source/lib/replace/timegm.c	2006-09-05 04:19:16 UTC (rev 18057)
@@ -44,7 +44,7 @@
 #include <sys/time.h>
 #endif
 
-#ifdef TIME_H
+#ifdef HAVE_TIME_H
 #include <time.h>
 #endif
 



More information about the samba-cvs mailing list