summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pp_sys.c4
-rw-r--r--time64.c (renamed from localtime64.c)2
-rw-r--r--time64.h (renamed from localtime64.h)0
3 files changed, 3 insertions, 3 deletions
diff --git a/pp_sys.c b/pp_sys.c
index ad39804000..788aa7b680 100644
--- 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
index 176cc407d2..cb74b55000 100644
--- 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
index db8ddbf1ea..db8ddbf1ea 100644
--- a/localtime64.h
+++ b/time64.h