Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/25/1999 19:00:14
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Sep 26 02:00:13 UTC 1999

Modified Files:
	basesrc/usr.bin/ftp: Makefile complete.c extern.h fetch.c util.c

Log Message:
* replace ifdefs against __SVR4 and __linux__ with DIRENT_MISSING_D_NAMLEN;
  it's more portable and more obvious
* remove the mkgmtime() && HAVE_TIMEGM stuff:
	a) why should netbsd have to define HAVE_TIMEGM to compile cleanly?
	b) foreign compiles of ftp should just be linked with working
	   timegm function

a more portable version of this ftp client will be released as a 3rdparty
product; no use polluting our code with half-baked attempts...


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/usr.bin/ftp/Makefile
cvs rdiff -r1.29 -r1.30 basesrc/usr.bin/ftp/complete.c
cvs rdiff -r1.35 -r1.36 basesrc/usr.bin/ftp/extern.h
cvs rdiff -r1.75 -r1.76 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.60 -r1.61 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.