From owner-cvs-all Fri Aug 23 9:49:13 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 69E8437B400; Fri, 23 Aug 2002 09:49:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2428A43E42; Fri, 23 Aug 2002 09:49:07 -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 g7NGn7JU093260; Fri, 23 Aug 2002 09:49:07 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NGn6PE093259; Fri, 23 Aug 2002 09:49:06 -0700 (PDT) Message-Id: <200208231649.g7NGn6PE093259@freefall.freebsd.org> From: Mike Barcroft Date: Fri, 23 Aug 2002 09:49:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include _types.h src/sys/arm/include _types.h src/sys/i386/include _types.h src/sys/ia64/include _types.h src/sys/powerpc/include _types.h src/sys/sparc64/include _types.h src/sys/sys _types.h src/sys/x86_64/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/23 09:49:06 PDT Modified files: sys/alpha/include _types.h sys/arm/include _types.h sys/i386/include _types.h sys/ia64/include _types.h sys/powerpc/include _types.h sys/sparc64/include _types.h sys/sys _types.h sys/x86_64/include _types.h Log: Move several MI types from to . These types are unlikely to ever become very MD. They include: clockid_t, ct_rune_t, fflags_t, intrmask_t, mbstate_t, off_t, pid_t, rune_t, socklen_t, timer_t, wchar_t, and wint_t. While moving them, make a few adjustments (submitted by bde): o __ct_rune_t needs to be precisely `int', not necessarily __int32_t, since the arg type of the ctype functions is int. o __rune_t, __wchar_t and __wint_t inherit this via a typedef of __ct_rune_t. o Some minor wording changes in the comment blocks for ct_rune_t and mbstate_t. Submitted by: bde (partially) Revision Changes Path 1.2 +0 -37 src/sys/alpha/include/_types.h 1.2 +0 -37 src/sys/arm/include/_types.h 1.3 +0 -37 src/sys/i386/include/_types.h 1.2 +0 -37 src/sys/ia64/include/_types.h 1.2 +0 -37 src/sys/powerpc/include/_types.h 1.2 +0 -37 src/sys/sparc64/include/_types.h 1.5 +42 -0 src/sys/sys/_types.h 1.2 +0 -37 src/sys/x86_64/include/_types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message