Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
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@localhost
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.
Home |
Main Index |
Thread Index |
Old Index