Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/26/2000 03:31:57
Module Name: basesrc
Committed By: lukem
Date: Wed Jan 26 11:31:56 UTC 2000
Modified Files:
basesrc/usr.bin/ftp: util.c
Log Message:
roll back to using sscanf() instead of strptime() to parse `yyyymmddhhmmss'
strings, since the latter technically can't parse dates without non
alphanumerics between the elements (even though netbsd's strptime() copes).
To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 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.