Branch: refs/heads/master Home: https://github.com/qemu/qemu Commit: 1f8b56e7cebc71d80aec27a4760024b56acc957a https://github.com/qemu/qemu/commit/1f8b56e7cebc71d80aec27a4760024b56acc957a Author: Thomas Huth <th...@redhat.com> Date: 2016-08-16 (Tue, 16 Aug 2016)
Changed paths: M slirp/slirp.c M slirp/slirp.h Log Message: ----------- slirp: Rename "struct arphdr" to "struct slirp_arphdr" struct arphdr is already used by the system headers on OpenBSD and thus QEMU does not compile here anymore. Fix it by renaming our struct to slirp_arphdr instead. Reported-by: Brad Smith Reviewed-by: Samuel Thibault <samuel.thiba...@ens-lyon.org> Signed-off-by: Thomas Huth <th...@redhat.com> Message-id: 1471249494-17392-1-git-send-email-th...@redhat.com Buglink: https://bugs.launchpad.net/qemu/+bug/1613133 Signed-off-by: Thomas Huth <th...@redhat.com> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>