]> git.proxmox.com Git - qemu.git/commit
slirp: Remove declarations which are no longer needed
authorStefan Weil <weil@mail.berlios.de>
Thu, 22 Jul 2010 20:15:24 +0000 (22:15 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 25 Jul 2010 14:59:41 +0000 (16:59 +0200)
commit08dc07a32b76943417b465d2d2c464c13b566a82
treef0478f624b7c0605db9a77ad28ea4356eef89728
parentb6dce92e8917762e6bf81e177b20a0b7909a0532
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>
slirp/slirp.h