Valeriy E. Ushakov wrote:
On Thu, Apr 17, 2008 at 09:06:45 +0900, Masao Uebayashi wrote:Modified Files: src/sys/arch/amd64/amd64: bios32.c fpu.c gdt.c identcpu.c machdep.c netbsd32_machdep.c process_machdep.c trap.c vm_machdep.c src/sys/arch/amd64/include: cpu.h fpu.h kcore.h pcb.h pte.h segments.h tss.h Log Message: use POSIX integer typesAre you meaning to change all the tree to use POSIX integer types?And what's POSIX about them? They are defined by the C standard. SY, Uwe
Ah right. They are C99 integer types. Thanks for correction. Christoph