[6449] in Kerberos
Re: Kerberos 5 and the new year
daemon@ATHENA.MIT.EDU (Jonathan Kamens)
Sat Jan 6 13:13:35 1996
To: kerberos@MIT.EDU
Date: 6 Jan 1996 17:36:09 GMT
From: jik@annex-1-slip-jik.cam.ov.com (Jonathan Kamens)
In article <9601022257.AA11445@dcl.MIT.EDU>, tytso@MIT.EDU (Theodore Ts'o) writes:
|> The fix is relatively simple:
|>
|> *** /tmp/,RCSt1a24109 Sun Dec 31 15:57:50 1995
|> --- gmt_mktime.c Sun Dec 31 15:49:32 1995
|> ...
|> ! accum += (t->tm_year - 68) / 4;
|> ...
|> --- 62,68 ----
|> ...
|> ! accum += (t->tm_year - 69) / 4;
|> ...
Except, of course, that this fix won't work in the year 2000.