commit | 01d0c69458a527ac4a8249fac8a1316a6e90c493 | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Thu Jul 22 22:15:24 2010 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Jul 25 16:59:41 2010 +0200 |
tree | c07f1d56a94b3af93fe6266cf9f26afac64ba30b | |
parent | c6d4f4e1799022247bc3846a3b29068f673655e1 [diff] |
slirp: Remove declarations which are no longer needed The previous patches replaced u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types from stdint.h, so we can now remove their declarations which are no longer needed. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>