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

jelmer at samba.org jelmer at samba.org
Wed May 31 17:34:05 GMT 2006


Author: jelmer
Date: 2006-05-31 17:34:04 +0000 (Wed, 31 May 2006)
New Revision: 15986

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

Log:
Declare struct tm

Modified:
   branches/SAMBA_4_0/source/lib/replace/replace.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.h	2006-05-31 17:15:33 UTC (rev 15985)
+++ branches/SAMBA_4_0/source/lib/replace/replace.h	2006-05-31 17:34:04 UTC (rev 15986)
@@ -113,6 +113,7 @@
 #endif
 
 #ifndef HAVE_TIMEGM
+struct tm;
 time_t timegm(struct tm *tm);
 #endif
 



More information about the samba-cvs mailing list