From: Craig A. Berry Date: Fri, 27 Mar 2009 16:38:58 +0000 (-0500) Subject: Forgot one "static" in 7430375d1909c2b62c1fb3f9c6ed4b9d24dfcf32. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=673062a98a355ab54c8d2f72e3282bc491065154;p=p5sagit%2Fp5-mst-13.2.git Forgot one "static" in 7430375d1909c2b62c1fb3f9c6ed4b9d24dfcf32. --- diff --git a/time64.c b/time64.c index 9be965a..764ac72 100755 --- a/time64.c +++ b/time64.c @@ -465,7 +465,7 @@ static struct TM *S_gmtime64_r (const Time64_T *in_time, struct TM *p) } -struct TM *S_localtime64_r (const Time64_T *time, struct TM *local_tm) +static struct TM *S_localtime64_r (const Time64_T *time, struct TM *local_tm) { time_t safe_time; struct tm safe_date;