From owner-cvs-all Fri Mar 5 11:27:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81D401524D; Fri, 5 Mar 1999 11:27:38 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA70193; Fri, 5 Mar 1999 11:27:23 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199903051927.LAA70193@freefall.freebsd.org> From: Bruce Evans Date: Fri, 5 Mar 1999 11:27:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys systm.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/03/05 11:27:23 PST Modified files: sys/sys systm.h Log: Fixed bitrot in the types of fusword() and susword(). swords will probably always be 16 bits if they exist at all, and fusword() and susword() are only used in i386 code, so there aren't any portability functions with them. Revision Changes Path 1.86 +3 -3 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message