summaryrefslogtreecommitdiff
path: root/slirp
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-16 16:33:01 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-16 16:33:01 +0000
commitd78f399542b0b81fab67f31c9a88665943f0571d (patch)
tree78000d67343db1e17e038986d492d6918d335d18 /slirp
parent7f70c93716412b0874ae231c2f5416edccb22e7f (diff)
downloadqemu-d78f399542b0b81fab67f31c9a88665943f0571d.tar.gz
Delete some unused macros detected with -Wp,-Wunused-macros use
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6856 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'slirp')
-rw-r--r--slirp/misc.c1
-rw-r--r--slirp/socket.c1
-rw-r--r--slirp/tcp_subr.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/slirp/misc.c b/slirp/misc.c
index 6620391850..581db880d9 100644
--- a/slirp/misc.c
+++ b/slirp/misc.c
@@ -5,7 +5,6 @@
* terms and conditions of the copyright.
*/
-#define WANT_SYS_IOCTL_H
#include <slirp.h>
u_int curtime, time_fasttimo, last_slowtimo;
diff --git a/slirp/socket.c b/slirp/socket.c
index 1c5dee35c6..098132a1bb 100644
--- a/slirp/socket.c
+++ b/slirp/socket.c
@@ -6,7 +6,6 @@
*/
#include "qemu-common.h"
-#define WANT_SYS_IOCTL_H
#include <slirp.h>
#include "ip_icmp.h"
#ifdef __sun__
diff --git a/slirp/tcp_subr.c b/slirp/tcp_subr.c
index b70f06e062..9d020a662f 100644
--- a/slirp/tcp_subr.c
+++ b/slirp/tcp_subr.c
@@ -38,7 +38,6 @@
* terms and conditions of the copyright.
*/
-#define WANT_SYS_IOCTL_H
#include <slirp.h>
/* patchable/settable parameters for tcp */