From owner-cvs-all Sat Oct 28 1:20:36 2000 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 C80CB37B479; Sat, 28 Oct 2000 01:20:33 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA61250; Sat, 28 Oct 2000 01:20:33 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200010280820.BAA61250@freefall.freebsd.org> From: Bruce Evans Date: Sat, 28 Oct 2000 01:20:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include endian.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/10/28 01:20:33 PDT Modified files: sys/i386/include endian.h Log: Quick fix for namespace problems which broke many ports. Spell uint16_t as "unsigned short" like it used to be and uint32_t as "unsigned int" not like it used to be (was: "unsigned long"). Revision Changes Path 1.22 +7 -7 src/sys/i386/include/endian.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message