commit | c6d4f4e1799022247bc3846a3b29068f673655e1 | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Thu Jul 22 22:15:23 2010 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Jul 25 16:59:41 2010 +0200 |
tree | 310a7299d5ead3581471887632c1aef69d2d9777 | |
parent | f46a46557d3fe72843a3b1bf2f18d48b44534862 [diff] |
slirp: 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>