]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Changed to the C9x draft spelling of the (unsigned) integral type
authorbde <bde@FreeBSD.org>
Tue, 14 Jul 1998 05:09:48 +0000 (05:09 +0000)
committerbde <bde@FreeBSD.org>
Tue, 14 Jul 1998 05:09:48 +0000 (05:09 +0000)
commit55ddae5a80992ccb5383ea0c6f2f7055694716b7
tree7658bd93d378ee99a6ee447cba3e12c7e55ab765
parent95415c676d9622fd2a2dda4dea047790c204c1eb
Changed to the C9x draft spelling of the (unsigned) integral type
suitable for holding object pointers (ptrint_t -> uintptr_t).
Added corresponding signed type (intptr_t).  Changed/added
corresponding non-C9x types for function pointers to match.  Don't
use nonstandard types to implement these types, and don't comment
on them in <machine/types.h>.
lib/libc/gmon/mcount.c
sys/alpha/include/types.h
sys/amd64/include/profile.h
sys/i386/include/profile.h
sys/i386/include/types.h
sys/kern/kern_module.c
sys/kern/subr_prof.c
sys/libkern/mcount.c
sys/sys/gmon.h