Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 08/22/2000 17:55:00
Module Name:	basesrc
Committed By:	fvdl
Date:		Tue Aug 22 14:54:59 UTC 2000

Modified Files:
	basesrc/crypto/dist/heimdal/lib/roken [netbsd-1-5]:
	    getaddrinfo_hostspec.c

Log Message:
Initialize socket hint type to SOCK_DGRAM before calling getaddrinfo().
Similiar fix is in -current, but it involves a changed library interface,
so this is to avoid having to pull that up and get confusing library
versions.

Fixes first part of bin/10878.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.1.1.1.2.1 \
    basesrc/crypto/dist/heimdal/lib/roken/getaddrinfo_hostspec.c

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