aboutsummaryrefslogtreecommitdiff
path: root/tcp_output.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-07-12 22:33:07 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-07-12 22:33:07 +0000
commit57c3d6480861f11f1558708967fc58e3a80da2b4 (patch)
tree0814d528e6c2f2dae157a17ec825d52db6a4f992 /tcp_output.c
parent25267a3cd019af1e37e200977d28f357c4a4ea14 (diff)
downloadslirp-57c3d6480861f11f1558708967fc58e3a80da2b4.zip
slirp-57c3d6480861f11f1558708967fc58e3a80da2b4.tar.gz
slirp-57c3d6480861f11f1558708967fc58e3a80da2b4.tar.bz2
win32 compile
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1016 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcp_output.c')
-rw-r--r--tcp_output.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tcp_output.c b/tcp_output.c
index e4627a7..de048e6 100644
--- a/tcp_output.c
+++ b/tcp_output.c
@@ -44,9 +44,6 @@
#include <slirp.h>
-#define max(x, y) ((x) > (y) ? (x) : (y))
-#define min(x, y) ((x) < (y) ? (x) : (y))
-
/*
* Since this is only used in "stats socket", we give meaning
* names instead of the REAL names