projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
37fa511
)
Forgot one "static" in 7430375d1909c2b62c1fb3f9c6ed4b9d24dfcf32.
Craig A. Berry [Fri, 27 Mar 2009 16:38:58 +0000 (11:38 -0500)]
time64.c
patch
|
blob
|
blame
|
history
diff --git
a/time64.c
b/time64.c
index
9be965a
..
764ac72
100755
(executable)
--- a/
time64.c
+++ b/
time64.c
@@
-465,7
+465,7
@@
static struct TM *S_gmtime64_r (const Time64_T *in_time, struct TM *p)
}
-struct TM *S_localtime64_r (const Time64_T *time, struct TM *local_tm)
+static struct TM *S_localtime64_r (const Time64_T *time, struct TM *local_tm)
{
time_t safe_time;
struct tm safe_date;