summaryrefslogtreecommitdiff
path: root/pp_sys.c
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2008-09-29 15:55:17 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-01-03 18:38:52 +0100
commit7643e68fdb02e6f17d9f2a5801be920285971156 (patch)
treea6cb420c5268d7859e7c1fe9b27fee4f122c8803 /pp_sys.c
parent4c91ace1ab7f54d4e52467ee37e480e29b555047 (diff)
downloadperl-7643e68fdb02e6f17d9f2a5801be920285971156.tar.gz
Rename localtime64.[ch] to time64.[ch] to mirror change in y2038, and the file isn't about just localtime() anymore.
Diffstat (limited to 'pp_sys.c')
-rw-r--r--pp_sys.c4
1 files changed, 2 insertions, 2 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