From owner-cvs-all Wed Aug 21 17:28:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F11737B401; Wed, 21 Aug 2002 17:28:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD9CB43E6E; Wed, 21 Aug 2002 17:28:24 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M0SOJU020151; Wed, 21 Aug 2002 17:28:24 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M0SOwR020150; Wed, 21 Aug 2002 17:28:24 -0700 (PDT) Message-Id: <200208220028.g7M0SOwR020150@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 21 Aug 2002 17:28:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include _types.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 mike 2002/08/21 17:28:24 PDT Modified files: sys/i386/include _types.h Log: Make __clock_t use `unsigned long' rather than a fixed 32-bit integer so that it changes to the correct size in IP32L64 mode. Other architectures don't have this issue. Revision Changes Path 1.2 +1 -1 src/sys/i386/include/_types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message