Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2002 09:49:06 -0700 (PDT)
From:      Mike Barcroft <mike@FreeBSD.org>
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
Message-ID:  <200208231649.g7NGn6PE093259@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <machine/_types.h> to <sys/_types.h>.
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208231649.g7NGn6PE093259>