From owner-cvs-all Tue May 29 16:44:20 2001 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 6CA2B37B423; Tue, 29 May 2001 16:44:16 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4TNiFp33797; Tue, 29 May 2001 16:44:15 -0700 (PDT) (envelope-from dcs) Message-Id: <200105292344.f4TNiFp33797@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Tue, 29 May 2001 16:44:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl dict.c ficl.h 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 dcs 2001/05/29 16:44:15 PDT Modified files: sys/boot/ficl dict.c ficl.h Log: Turn dictthreshold and dictincrease into cell-sized variables, so they can be used with cell operators like !. As I did this, I noticed the whole CELL thing might have problems with big endian architectures with sizeof(int)!=sizeof(void*). Revision Changes Path 1.12 +7 -6 src/sys/boot/ficl/dict.c 1.19 +3 -3 src/sys/boot/ficl/ficl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message