From ae8fc90e745c05a12ecd0d9b5496d092ae1d2278 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Tue, 11 Apr 1989 16:47:18 -0800 Subject: [PATCH] tzfile.h got changed SCCS-vsn: usr.bin/vacation/vacation.c 5.13 --- usr/src/usr.bin/vacation/vacation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.bin/vacation/vacation.c b/usr/src/usr.bin/vacation/vacation.c index 110de98493..b900b010db 100644 --- a/usr/src/usr.bin/vacation/vacation.c +++ b/usr/src/usr.bin/vacation/vacation.c @@ -22,7 +22,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)vacation.c 5.12 (Berkeley) %G%"; +static char sccsid[] = "@(#)vacation.c 5.13 (Berkeley) %G%"; #endif /* not lint */ /* @@ -99,7 +99,7 @@ main(argc, argv) break; case 'r': if (isdigit(*optarg)) { - interval = atol(optarg) * SECS_PER_DAY; + interval = atol(optarg) * SECSPERDAY; if (interval < 0) goto usage; } -- 2.20.1