summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-06-02 02:17:51 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-06-02 02:17:51 +0000
commit0221c164222f9d91820826506118f46ffa08dd46 (patch)
treed6d62d6422474696b98cc7b001fc269a9f162e5b /ext
parent69dec784b2576ea54ab7c7c5e03371f1f8861260 (diff)
downloadperl-0221c164222f9d91820826506118f46ffa08dd46.tar.gz
missed a few files
p4raw-id: //depot/perl@3517
Diffstat (limited to 'ext')
-rw-r--r--ext/POSIX/POSIX.xs3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs
index 4a5a2a0743..b228e1bbab 100644
--- a/ext/POSIX/POSIX.xs
+++ b/ext/POSIX/POSIX.xs
@@ -316,8 +316,7 @@ char *tzname[] = { "" , "" };
#ifdef STRUCT_TM_HASZONE
static void
-init_tm(ptm) /* see mktime, strftime and asctime */
- struct tm *ptm;
+init_tm(struct tm *ptm) /* see mktime, strftime and asctime */
{
Time_t now;
(void)time(&now);