svn rev #25020: trunk/src/util/support/

raeburn@MIT.EDU raeburn at MIT.EDU
Sun Jul 17 13:51:35 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25020
Commit By: raeburn
Log Message:
Declare gmt_mktime before use.


Changed Files:
U   trunk/src/util/support/gmt_mktime.c
Modified: trunk/src/util/support/gmt_mktime.c
===================================================================
--- trunk/src/util/support/gmt_mktime.c	2011-07-12 15:56:46 UTC (rev 25019)
+++ trunk/src/util/support/gmt_mktime.c	2011-07-17 17:51:35 UTC (rev 25020)
@@ -18,6 +18,10 @@
 
 #include "k5-gmt_mktime.h"
 
+#if !HAVE_TIMEGM || TEST_LEAP
+static time_t gmt_mktime(struct tm *t);
+#endif
+
 /*
  * Use the nonstandard timegm() (if available) to convert broken-down
  * UTC times into time_t values.  Use our custom gmt_mktime() if




More information about the cvs-krb5 mailing list