From: Bdale Garbee Date: Mon, 11 Aug 2008 22:16:36 +0000 (-0300) Subject: I don't think SECSPERDAY is necessary here X-Git-Tag: debian/20090728-1~7 X-Git-Url: https://git.gag.com/?p=debian%2Fpax;a=commitdiff_plain;h=eebdb718ec1bc1b45ea3577e67824246ce02b0c3 I don't think SECSPERDAY is necessary here --- diff --git a/gen_subs.c b/gen_subs.c index 92fb644..b541cc9 100644 --- a/gen_subs.c +++ b/gen_subs.c @@ -70,7 +70,7 @@ static const char rcsid[] = "$OpenBSD: gen_subs.c,v 1.19 2007/04/04 21:55:10 mil #define MODELEN 20 #define DATELEN 64 #define DAYSPERNYEAR 365 -#define SECSPERDAY 86400 +/* #define SECSPERDAY 86400 */ /* #define VIS_CSTYLE 0 */ #define SIXMONTHS ((DAYSPERNYEAR / 2) * SECSPERDAY) #define CURFRMT "%b %e %H:%M"