Tweak more.

This commit is contained in:
perry 1998-06-27 02:55:10 +00:00
parent 9209250625
commit 04b3a6bd4a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: clock.c,v 1.48 1998/06/27 02:51:56 perry Exp $ */
/* $NetBSD: clock.c,v 1.49 1998/06/27 02:55:10 perry Exp $ */
/*-
* Copyright (c) 1993, 1994 Charles Hannum.
@ -513,7 +513,7 @@ inittodr(base)
if (base < 25*SECYR) { /* if before 1995, something's odd... */
printf("WARNING: preposterous time in file system\n");
/* read the system clock anyway */
base = 17*SECYR + 186*SECDAY + SECDAY/2;
base = 27*SECYR + 186*SECDAY + SECDAY/2;
}
s = splclock();