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
time64.c [moved from localtime64.c with 99% similarity]
time64.h [moved from localtime64.h with 100% similarity]

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
similarity index 99%
rename from localtime64.c
rename to time64.c
index 176cc40..cb74b55 100644 (file)
+++ 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},
similarity index 100%
rename from localtime64.h
rename to time64.h