From owner-cvs-all Fri Apr 5 20: 9:45 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 6E87B37B41B; Fri, 5 Apr 2002 20:09:42 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3649gL69694; Fri, 5 Apr 2002 20:09:42 -0800 (PST) (envelope-from peter) Message-Id: <200204060409.g3649gL69694@freefall.freebsd.org> From: Peter Wemm Date: Fri, 5 Apr 2002 20:09:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common load_elf.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 peter 2002/04/05 20:09:42 PST Modified files: sys/boot/common load_elf.c Log: Use the correct elf hash table entry type. This matches a similar fix in the kernel side of things some time ago. The hash table entries are always 32 bits wide, even on 64 bit machines. Revision Changes Path 1.22 +7 -7 src/sys/boot/common/load_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message