NetBSD/regress/include
drochner 77ba1afdf0 Add a check for correct definition of UCHAR_MAX/USHRT_MAX and related
types. C99 requires that these definitions promote to (signed/unsigned)
integer the same way as the types the definition is for. And since
unsigned char/short fit into an "int" on all our archs and thus promote
to signed int, the definitions must not be unsigned.
Addresses PR lib/31306 by Neil Booth.
2007-08-31 16:20:50 +00:00
..
bitstring de-__P, remove obsolete "register" declarations. 2005-02-06 06:05:18 +00:00
bootblock include <string.h>, <stdio.h> and <stdlib.h> as appropriate. 2006-05-10 19:07:22 +00:00
okheaders Sync with kernel changes introduced by merging the newlock2 branch. 2007-02-09 22:08:48 +00:00
stdarg some makefile de-linting 2002-09-18 05:41:35 +00:00
stdint Add a check for correct definition of UCHAR_MAX/USHRT_MAX and related 2007-08-31 16:20:50 +00:00
varargs some makefile de-linting 2002-09-18 05:41:35 +00:00
Makefile Add a check for correct definition of UCHAR_MAX/USHRT_MAX and related 2007-08-31 16:20:50 +00:00
Makefile.inc