Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 11/12/1998 10:19:02
Module Name:	src
Committed By:	itohy
Date:		Thu Nov 12 18:19:02 UTC 1998

Modified Files:
	src/usr.bin/ftp: fetch.c
Log Message:
HTTP uses UTC time, and changed to use timegm(3) instead of mktime(3)
for conversion of HTTP time.

XXX Unfortunately, timegm(3) is not portable (ex. SunOS 4 have, but 5 not).