Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/24/2000 22:11:02
Module Name: basesrc
Committed By: lukem
Date: Tue Jan 25 06:11:01 UTC 2000
Modified Files:
basesrc/usr.bin/ftp: util.c
Log Message:
work around lame ftpd's that don't return a correct post-Y2K date in
the output of `MDTM'.
obviously the programmer of aforementioned lame ftpd's did something like
"19%02d", tm->tm_year
instead of
"%04d", tm->tm_year + TM_YEAR_BASE
fixes [bin/9289] by jbernard@mines.edu
To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 basesrc/usr.bin/ftp/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.