freebsd-skq/sys/sparc64
mike d541375722 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)
2002-08-23 16:49:06 +00:00
..
compile
conf remove unit counts from atkbdc, pckbd, sc 2002-08-20 00:10:22 +00:00
ebus
include Move several MI types from <machine/_types.h> to <sys/_types.h>. 2002-08-23 16:49:06 +00:00
isa
pci When multiple IOMMUs are present in a system, use a single TSB for all 2002-07-16 18:17:03 +00:00
sbus Typo fix. 2002-08-19 22:57:32 +00:00
sparc64 Forgot this in last commit. 2002-08-18 02:33:52 +00:00