X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=date.c;h=002aa3c8d6d4ff08d8790a155b8979bc117a2b95;hb=67e5c87cd60668c97712b14af8562b558239a757;hp=17385a9b62abf17868403b0df40155c19efa3515;hpb=8499da04766e46f50872b615a9972da53209253a;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