Date: Fri, 2 Nov 2001 10:05:44 -0800 (PST) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile inttypes.h src/sys/boot/efi/include/ia64 efibind.h src/sys/alpha/include _inttypes.h ansi.h limits.h src/sys/i386/include _inttypes.h ansi.h limits.h src/sys/ia64/include _inttypes.h ansi.h limits.h ... Message-ID: <200111021805.fA2I5iF14703@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2001/11/02 10:05:44 PST
Modified files:
include Makefile
sys/boot/efi/include/ia64 efibind.h
sys/alpha/include ansi.h limits.h
sys/i386/include ansi.h limits.h
sys/ia64/include ansi.h limits.h
sys/powerpc/include ansi.h limits.h
sys/sparc64/include ansi.h limits.h
sys/sys types.h
Added files:
include inttypes.h
sys/alpha/include _inttypes.h
sys/i386/include _inttypes.h
sys/ia64/include _inttypes.h
sys/powerpc/include _inttypes.h
sys/sparc64/include _inttypes.h
sys/sys stdint.h
Removed files:
sys/sys inttypes.h
Log:
o Add new header <sys/stdint.h>.
o Make <stdint.h> a symbolic link to <sys/stdint.h>.
o Move most of <sys/inttypes.h> into <sys/stdint.h>, as per C99.
o Remove <sys/inttypes.h>.
o Adjust includes in sys/types.h and boot/efi/include/ia64/efibind.h
to reflect new location of integer types in <sys/stdint.h>.
o Remove previously symbolicly linked <inttypes.h>, instead create a
new file.
o Add MD headers <machine/_inttypes.h> from NetBSD.
o Include <sys/stdint.h> in <inttypes.h>, as required by C99; and
include <machine/_inttypes.h> in <inttypes.h>, to fill in the
remaining requirements for <inttypes.h>.
o Add additional integer types in <machine/ansi.h> and
<machine/limits.h> which are included via <sys/stdint.h>.
Partially obtain from: NetBSD
Tested on: alpha, i386
Discussed on: freebsd-standards@bostonradio.org
Reviewed by: bde, fenner, obrien, wollman
Revision Changes Path
1.155 +2 -2 src/include/Makefile
1.1 +54 -0 src/include/inttypes.h (new)
1.1 +220 -0 src/sys/alpha/include/_inttypes.h (new)
1.23 +34 -0 src/sys/alpha/include/ansi.h
1.8 +109 -1 src/sys/alpha/include/limits.h
1.2 +1 -1 src/sys/boot/efi/include/ia64/efibind.h
1.1 +220 -0 src/sys/i386/include/_inttypes.h (new)
1.33 +34 -0 src/sys/i386/include/ansi.h
1.19 +109 -1 src/sys/i386/include/limits.h
1.1 +220 -0 src/sys/ia64/include/_inttypes.h (new)
1.15 +34 -0 src/sys/ia64/include/ansi.h
1.5 +109 -1 src/sys/ia64/include/limits.h
1.1 +220 -0 src/sys/powerpc/include/_inttypes.h (new)
1.16 +34 -0 src/sys/powerpc/include/ansi.h
1.19 +109 -1 src/sys/powerpc/include/limits.h
1.1 +220 -0 src/sys/sparc64/include/_inttypes.h (new)
1.10 +34 -0 src/sys/sparc64/include/ansi.h
1.5 +109 -1 src/sys/sparc64/include/limits.h
1.3 +0 -24 src/sys/sys/inttypes.h (dead)
1.1 +88 -0 src/sys/sys/stdint.h (new)
1.48 +2 -2 src/sys/sys/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?200111021805.fA2I5iF14703>
