From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Brooks Subject: Re: Signaling dosemu application to kill itself from Linux Date: Thu, 07 Apr 2005 10:07:26 +0100 Message-ID: <4254F84E.636A@sat.dundee.ac.uk> References: <4254ACBE.3070504@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Stas Sergeev wrote: > > Gene Heskett wrote: > > Mmm, what is this time patch, and where can it be obtained? > But I won't count too much on it, as the guys who submitted it, > disappeared. Not disappeared at all, still lurking. But our patch was broken up when applied to CVS and we haven't found the time yet to work out which bits were applied, which changed and which left out :-( Actually I've got a patch for the patch; you should change ds70 = tm->tm_yday + (year-1970)*365L + (year-1970)/4; to ds70 = tm->tm_yday + (year-1970)*365L + (year-1969)/4; Andrew