aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/dbench/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/dbench/files/patch-aa')
-rw-r--r--benchmarks/dbench/files/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/benchmarks/dbench/files/patch-aa b/benchmarks/dbench/files/patch-aa
deleted file mode 100644
index eee67cada756..000000000000
--- a/benchmarks/dbench/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-*** dbench.h.orig Fri Jan 5 06:49:41 2001
---- dbench.h Sun Feb 17 02:06:34 2002
-***************
-*** 42,49 ****
- #define MSG_WAITALL 0x100
- #endif
-
- #define MIN(x,y) ((x)<(y)?(x):(y))
-!
- #define TCP_PORT 7003
- #define TCP_OPTIONS "TCP_NODELAY SO_REUSEADDR"
-
---- 42,50 ----
- #define MSG_WAITALL 0x100
- #endif
-
-+ #ifndef MIN
- #define MIN(x,y) ((x)<(y)?(x):(y))
-! #endif /* MIN */
- #define TCP_PORT 7003
- #define TCP_OPTIONS "TCP_NODELAY SO_REUSEADDR"
-