Correct revision on fetch fix.
This commit is contained in:
parent
492cc0b8eb
commit
1afc9fb5b4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4066
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1999-01-15 17:14:08 $">
|
||||
<!ENTITY date "$Date: 1999-01-15 17:16:35 $">
|
||||
<!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'>
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: y2kbug.sgml,v 1.16 1999-01-15 17:14:08 wollman Exp $ -->
|
||||
<!-- $Id: y2kbug.sgml,v 1.17 1999-01-15 17:16:35 wollman Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -121,7 +121,7 @@
|
|||
does not allow for century non-leap years - y2k1 alert!
|
||||
</dd>
|
||||
|
||||
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/fetch/http.c.diff?r1=1.22&r2=1.23">fetch/http.c</a></dt>
|
||||
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/fetch/http.c.diff?r1=1.22&r2=1.24">fetch/http.c</a></dt>
|
||||
<dd>The HTTP protocol includes an obsolete date format which uses a
|
||||
two-digit year. Previous versions of fetch would interpret all such
|
||||
dates in the 1900s; subsequent to this revision, the pivot described
|
||||
|
|
Loading…
Reference in a new issue