From: Marc-André Lureau Date: Wed, 14 Nov 2018 12:36:20 +0000 (+0400) Subject: slirp: remove unused HAVE_SYS_WAIT_H X-Git-Tag: qemu-xen-4.13.0-rc1~440^2~41 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=94c168fed5bb2bf3a71b9e3d487d9e20edf9905d;p=qemu-xen.git slirp: remove unused HAVE_SYS_WAIT_H Signed-off-by: Marc-André Lureau Reviewed-by: Daniel P. Berrangé Signed-off-by: Samuel Thibault --- diff --git a/slirp/slirp.h b/slirp/slirp.h index 400f585cec..1f47848271 100644 --- a/slirp/slirp.h +++ b/slirp/slirp.h @@ -40,10 +40,6 @@ typedef char *caddr_t; # include #endif -#ifdef HAVE_SYS_WAIT_H -# include -#endif - #ifdef HAVE_SYS_FILIO_H # include #endif diff --git a/slirp/slirp_config.h b/slirp/slirp_config.h index e95284071a..9becb98e11 100644 --- a/slirp/slirp_config.h +++ b/slirp/slirp_config.h @@ -32,9 +32,6 @@ #define DECLARE_IOVEC #endif -/* Define if you have a POSIX.1 sys/wait.h */ -#undef HAVE_SYS_WAIT_H - /* Define if you have sys/select.h */ #undef HAVE_SYS_SELECT_H #ifndef _WIN32