Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/22/2007 05:16:48
Module Name:	src
Committed By:	lukem
Date:		Tue May 22 05:16:48 UTC 2007

Modified Files:
	src/usr.bin/ftp: fetch.c main.c util.c version.h

Log Message:
* main: call tzset() to ensure TZ is setup for other <time.h> functions.
* remotemodtime(): use strptime() to parse the reply.
* fetch_url(): ensure struct tm is zeroed before calling strptime().


To generate a diff of this commit:
cvs rdiff -r1.177 -r1.178 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.104 -r1.105 src/usr.bin/ftp/main.c
cvs rdiff -r1.139 -r1.140 src/usr.bin/ftp/util.c
cvs rdiff -r1.65 -r1.66 src/usr.bin/ftp/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.