projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f04b51b
)
Declare gmt_mktime before use
author
Ken Raeburn
<raeburn@mit.edu>
Sun, 17 Jul 2011 17:51:35 +0000
(17:51 +0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Sun, 17 Jul 2011 17:51:35 +0000
(17:51 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25020
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/support/gmt_mktime.c
patch
|
blob
|
history
diff --git
a/src/util/support/gmt_mktime.c
b/src/util/support/gmt_mktime.c
index f7f717e9e2fc1d3a661498d76afee705a88caee3..7655364d9f4272227be59fddbf989188abf2e466 100644
(file)
--- a/
src/util/support/gmt_mktime.c
+++ b/
src/util/support/gmt_mktime.c
@@
-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