]> git.proxmox.com Git - mirror_qemu.git/commit
slirp: Remove obsolete backward-compatibility cruft
authorThomas Huth <thuth@redhat.com>
Fri, 13 May 2016 07:04:30 +0000 (09:04 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 16 May 2016 18:58:47 +0000 (20:58 +0200)
commit5469feadb1dafc663ed5b978dc9a5ff0b1b69a6e
tree874a1770a2d766265758d6dea3a59d54a1cef9ca
parentcebee21aca9ffef0248b6b6e37c4c152358241a3
slirp: Remove obsolete backward-compatibility cruft

The slirp code does not use index() and gethostid() anymore,
so these parts can be removed without problems.
memmove() and strerror() should be available on each of the
supported platforms nowadays, too, so these wrappers are also
not needed anymore.
And we certainly also do not support Ultrix anymore, so no
need to keep the code for this platform anymore.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
slirp/misc.c
slirp/slirp.h
slirp/slirp_config.h