X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=date.c;h=002aa3c8d6d4ff08d8790a155b8979bc117a2b95;hb=431d6e7bc85f693fe49a04142a8ab4d2d72b0257;hp=17385a9b62abf17868403b0df40155c19efa3515;hpb=57ffc0e775b2a77f2e88cf1cfb6c0c259706fbea;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