Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/14/2000 13:46:28
Module Name:	basesrc
Committed By:	lukem
Date:		Mon Feb 14 21:46:28 UTC 2000

Modified Files:
	basesrc/usr.bin/ftp: fetch.c ftp.c

Log Message:
only use getaddrinfo() et al if both NI_NUMERICHOST *and* INET6 are defined...
(allows --disable-ipv6 in lukemftp's configure script to disable this as
well, which is good for testing when it appears getaddrinfo() is borken)


To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.90 -r1.91 basesrc/usr.bin/ftp/ftp.c

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