Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/28/2000 15:29:24
Module Name:	basesrc
Committed By:	lukem
Date:		Thu Sep 28 12:29:24 UTC 2000

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

Log Message:
explicitly use SOCK_STREAM with socket() instead of res->ai_socktype,
because it appears that linux with glibc doesn't set the latter
correctly after one of getaddrinfo() or getnameinfo().


To generate a diff of this commit:
cvs rdiff -r1.124 -r1.125 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.108 -r1.109 basesrc/usr.bin/ftp/ftp.c
cvs rdiff -r1.20 -r1.21 basesrc/usr.bin/ftp/version.h

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