projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4c91ace
)
Rename localtime64.[ch] to time64.[ch] to mirror change in y2038, and the file isn...
Michael G. Schwern [Mon, 29 Sep 2008 19:55:17 +0000 (15:55 -0400)]
pp_sys.c
patch
|
blob
|
blame
|
history
time64.c
[moved from
localtime64.c
with 99% similarity]
patch
|
blob
|
blame
|
history
time64.h
[moved from
localtime64.h
with 100% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
ad39804
..
788aa7b
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-27,8
+27,8
@@
#include "EXTERN.h"
#define PERL_IN_PP_SYS_C
#include "perl.h"
-#include "localtime64.h"
-#include "localtime64.c"
+#include "time64.h"
+#include "time64.c"
#ifdef I_SHADOW
/* Shadow password support for solaris - pdo@cs.umd.edu
diff --git
a/localtime64.c
b/time64.c
similarity index 99%
rename from
localtime64.c
rename to
time64.c
index
176cc40
..
cb74b55
100644
(file)
--- a/
localtime64.c
+++ b/
time64.c
@@
-39,7
+39,7
@@
gmtime64_r() is a 64-bit equivalent of gmtime_r().
*/
-#include "localtime64.h"
+#include "time64.h"
static const int days_in_month[2][12] = {
{31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31},
diff --git
a/localtime64.h
b/time64.h
similarity index 100%
rename from
localtime64.h
rename to
time64.h