Date: Wed, 7 Jan 1998 16:27:36 -0800 (PST) From: Alex Nash <alex@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include ansi.h src/sys/sys types.h Message-ID: <199801080027.QAA03356@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alex 1998/01/07 16:27:36 PST
Modified files:
sys/i386/include ansi.h
sys/sys types.h
Log:
Define integer types added by POSIX.1g. We already had int8_t, int16_t,
and int32_t -- this adds their unsigned counterparts uint8_t, uint16_t,
and uint32_t. Bruce has noted that C9x also defines these types (in a
different file), so this may have to be revisited with some ifdefs at a
later date.
Reviewed by: bde
Revision Changes Path
1.14 +4 -1 src/sys/i386/include/ansi.h
1.23 +16 -1 src/sys/sys/types.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801080027.QAA03356>
