diff options
| author | Marc-André Lureau | 2018-11-14 13:36:16 +0100 |
|---|---|---|
| committer | Samuel Thibault | 2019-01-14 00:40:54 +0100 |
| commit | fd9cea43fce84148e61fc71db9551b9bbb76de4d (patch) | |
| tree | 3713673670b6a0254920a73da66ec2bb0bbef159 /slirp | |
| parent | slirp: remove HAVE_SYS_SIGNAL_H (diff) | |
| download | qemu-fd9cea43fce84148e61fc71db9551b9bbb76de4d.tar.gz qemu-fd9cea43fce84148e61fc71db9551b9bbb76de4d.tar.xz qemu-fd9cea43fce84148e61fc71db9551b9bbb76de4d.zip | |
slirp: remove unused HAVE_SYS_BITYPES_H
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'slirp')
| -rw-r--r-- | slirp/slirp.h | 4 | ||||
| -rw-r--r-- | slirp/slirp_config.h | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/slirp/slirp.h b/slirp/slirp.h index 4c3c672ee6..57955a8965 100644 --- a/slirp/slirp.h +++ b/slirp/slirp.h @@ -19,10 +19,6 @@ typedef char *caddr_t; # endif #endif -#ifdef HAVE_SYS_BITYPES_H -# include <sys/bitypes.h> -#endif - #ifndef _WIN32 #include <sys/uio.h> #endif diff --git a/slirp/slirp_config.h b/slirp/slirp_config.h index 2605c4222b..a205dc8c28 100644 --- a/slirp/slirp_config.h +++ b/slirp/slirp_config.h @@ -23,9 +23,6 @@ #define HAVE_SYS_FILIO_H #endif -/* Define if you have sys/bitypes.h */ -#undef HAVE_SYS_BITYPES_H - /* Define if the machine is big endian */ //#undef HOST_WORDS_BIGENDIAN |
