Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr...
commit83253ad3b0d532efbd62b20478ca3a2d7b95527a
authorJakub Jermar <jakub@jermar.eu>
Tue, 4 Jul 2006 17:17:44 +0000 (4 17:17 +0000)
committerJakub Jermar <jakub@jermar.eu>
Tue, 4 Jul 2006 17:17:44 +0000 (4 17:17 +0000)
treeb9df2b6855a5c9a964702524421d1f1ea2c7352c
parentfec35544f72ae20ecc285146461af27bb0fa771a
Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).
arch/mips32/loader/types.h
arch/ppc32/loader/types.h
arch/ppc64/loader/types.h
arch/sparc64/loader/types.h
generic/printf.c