Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 11/17/1998 23:24:26
Module Name: src
Committed By: itohy
Date: Wed Nov 18 07:24:26 UTC 1998
Modified Files:
src/usr.bin/ftp: Makefile extern.h fetch.c util.c
Log Message:
Temporary fix of UTC -> time_t conversion:
1. changed to use timegm(3) on NetBSD and
2. supply alternative code for other Unix-like OSs
(NetBSD ftp shall be portable for some reasons :-).
This fix closes PR #6448.
NOTE: This should be fixed again if a portable UTC to time_t
conversion method is specified in some standards.