From owner-cvs-all Sun Jan 24 19:31:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05720 for cvs-all-outgoing; Sun, 24 Jan 1999 19:31:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from feral-gw.feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05714; Sun, 24 Jan 1999 19:31:10 -0800 (PST) (envelope-from mjacob@feral.com) Received: from localhost (mjacob@localhost) by feral-gw.feral.com (8.8.7/8.8.7) with ESMTP id TAA11836; Sun, 24 Jan 1999 19:30:39 -0800 Date: Sun, 24 Jan 1999 19:30:39 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@feral-gw Reply-To: mjacob@feral.com To: Andrew Gallatin cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net gethostbynis.c In-Reply-To: <199901250326.TAA07833@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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