Date: Sun, 24 Jan 1999 19:30:39 -0800 (PST) From: Matthew Jacob <mjacob@feral.com> To: Andrew Gallatin <gallatin@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net gethostbynis.c Message-ID: <Pine.LNX.4.04.9901241930221.11067-100000@feral-gw> In-Reply-To: <199901250326.TAA07833@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Ah! *That* is why it didn't work me... thanks! On Sun, 24 Jan 1999, Andrew Gallatin wrote: > gallatin 1999/01/24 19:26:46 PST > > Modified files: > lib/libc/net gethostbynis.c > Log: > gethostbyname2() was broken for lookups via NIS on FreeBSD/alpha > due to _gethostbynis() setting h.h_length to sizeof(u_long), which > works out to 8 on alphas. And 8!= NS_INADDRSZ. > > Revision Changes Path > 1.9 +7 -4 src/lib/libc/net/gethostbynis.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.04.9901241930221.11067-100000>