NetBSD/sys/arch/i386
pooka d219acbd33 On i386, prefer __WCHAR/WINT_TYPE__ where available instead of hardcoded
_BSD_WCHAR_T_ value.

This mimics some other ports, and more importantly fixes compilation with
i386 compilers which define __WCHAR_TYPE__ as "long int" instead of the
"int" we had in there.  That superficial mismatch resulted in errors
such as:

lib/libc/gen/vis.c:109:1: error: array of inappropriate type initialized from string constant
 static const wchar_t char_shell[] = L"'`\";&<>()|{}]\\$!^~";

No change to NetBSD (our gcc does define __WCHAR_TYPE__, but it is
"int" ...  as expected ... since the NetBSD build worked ;)
2014-12-09 14:39:49 +00:00
..
acpi Minor fpu initialisation cleanups: 2014-02-02 22:41:20 +00:00
bioscall Introduce GENASSYM_CPPFLAGS for options during genassym processing. 2014-03-04 14:58:14 +00:00
compile
conf Remove unused extended attributes kernel options 2014-11-16 16:01:39 +00:00
eisa make pci_intr_string and eisa_intr_string take a buffer and a length 2014-03-29 19:28:24 +00:00
gdbscripts
i386 Add support for sysenter, sysexit, vmptrld, vmptrst and getsec. 2014-10-23 10:01:53 +00:00
include On i386, prefer __WCHAR/WINT_TYPE__ where available instead of hardcoded 2014-12-09 14:39:49 +00:00
isa src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
mca
pci adjust for the new findvendor 2014-09-21 17:59:52 +00:00
pnpbios remove unused 2014-03-23 02:57:20 +00:00
stand Unify all arch/*/stand's atoi() to MI libsa. 2014-08-10 07:40:49 +00:00
Makefile