Date: Sun, 3 May 1998 18:13:50 +0300 (IDT) From: Eli Zaretskii To: Nate Eldredge cc: ROBERT_FINLEY AT ntsc DOT navy DOT mil, djgpp AT delorie DOT com Subject: Re: Make "Clock Skew" problem. In-Reply-To: <19980502051013.AAJ531@ppp122.cartsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 1 May 1998, Nate Eldredge wrote: > *** 1093,1098 **** > --- 1093,1100 ---- > * > * Apparently, this doesn't happen with the MS-DOS/DJGPP port, > * although MS-DOS and MS-Windows 3.X/9X also use FAT filesystems. > + * > + * (Actually, it has been reported, hence the conditional --NE) > */ > if (mtime > now && (((mtime % 2) == 0) && ((mtime-1) > now))) > #else According to what I wrote in another message in this thread, you will need to allow up to 3 seconds of skew, to make the messages go away completely.