From owner-cvs-all Tue Jan 8 10: 5: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A7EA37B404; Tue, 8 Jan 2002 10:05:04 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g08I54J44505; Tue, 8 Jan 2002 10:05:04 -0800 (PST) (envelope-from jhb) Message-Id: <200201081805.g08I54J44505@freefall.freebsd.org> From: John Baldwin Date: Tue, 8 Jan 2002 10:05:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/yp yplib.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/01/08 10:05:04 PST Modified files: lib/libc/yp yplib.c Log: Fix some 32/64-bit bugs. IPv4 addresses are 32-bits, not longs. On the alpha these bugs didn't cause any problems because it was little endian, but on sparc64, we ended up with garbage for the IP address when we tried to contact the server. (Usually 3.253.0.0) Not objected to by: wpaul Revision Changes Path 1.37 +13 -9 src/lib/libc/yp/yplib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message