]> git.proxmox.com Git - qemu.git/commit
tests: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
authorStefan Weil <weil@mail.berlios.de>
Thu, 22 Jul 2010 20:15:22 +0000 (22:15 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 25 Jul 2010 14:59:40 +0000 (16:59 +0200)
commit1fc3dc29305cfdadc6e57bb21516799dddf9b91e
treeefc94cd911c8c3981b69d16664d4b6bc59097328
parent2ee9fb4801128117e979178d9f603a70eb098f51
tests: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types

There is no need to have a second set of integral types.
Replace them by the standard types from stdint.h.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tests/sha1.c