X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=date.c;h=002aa3c8d6d4ff08d8790a155b8979bc117a2b95;hb=7b3bdbb335b6be938b4748e86a41357e51c97804;hp=17385a9b62abf17868403b0df40155c19efa3515;hpb=cb16bcc36965f28845e4fae15c36280a2506f1be;p=git.git diff --git a/date.c b/date.c index 17385a9b6..002aa3c8d 100644 --- a/date.c +++ b/date.c @@ -9,7 +9,7 @@ /* * This is like mktime, but without normalization of tm_wday and tm_yday. */ -time_t tm_to_time_t(const struct tm *tm) +static time_t tm_to_time_t(const struct tm *tm) { static const int mdays[] = { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334