From owner-cvs-all Sun Jan 24 19:26:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05168 for cvs-all-outgoing; Sun, 24 Jan 1999 19:26:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05163; Sun, 24 Jan 1999 19:26:57 -0800 (PST) (envelope-from gallatin@FreeBSD.org) From: Andrew Gallatin Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA07833; Sun, 24 Jan 1999 19:26:46 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Date: Sun, 24 Jan 1999 19:26:46 -0800 (PST) Message-Id: <199901250326.TAA07833@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/net gethostbynis.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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