From fc1f6c1d76677a4e8d2c39e5fa7be3716841930e Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 7 Aug 1995 19:17:46 +0000 Subject: Delete bogus referneces to timezone code internal header file `tzfile.h', which is no longer bogusly installed in /usr/include. --- bin/pax/gen_subs.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/pax') diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index 42be017..2d228fc 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: gen_subs.c,v 1.3 1995/03/19 13:28:49 joerg Exp $ + * $Id: gen_subs.c,v 1.4 1995/05/30 00:06:58 rgrimes Exp $ */ #ifndef lint @@ -47,7 +47,6 @@ static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93"; #include #include #include -#include #include #include #include @@ -64,7 +63,7 @@ static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93"; */ #define MODELEN 20 #define DATELEN 64 -#define SIXMONTHS ((DAYSPERNYEAR / 2) * SECSPERDAY) +#define SIXMONTHS ((365 / 2) * 86400) #define CURFRMT "%b %e %H:%M" #define OLDFRMT "%b %e %Y" #ifndef UT_NAMESIZE -- cgit v1.1