block: 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:21 +0000 (22:15 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 25 Jul 2010 14:59:38 +0000 (16:59 +0200)
commitc4d232d544a43ed521f73d765520f73b82043f90
tree1f08aee9e3ba4c2dc23038f2d381b753c243d836
parent61f6286bdd6feb6727728b29066cd2310ef7b6f9
block: 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>
block/raw-posix.c