commit | 08dc07a32b76943417b465d2d2c464c13b566a82 | [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 | f0478f624b7c0605db9a77ad28ea4356eef89728 | |
parent | b6dce92e8917762e6bf81e177b20a0b7909a0532 [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>