diff options
Diffstat (limited to 'benchmarks/netperf/files/patch-nettest_unix.c')
-rw-r--r-- | benchmarks/netperf/files/patch-nettest_unix.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/benchmarks/netperf/files/patch-nettest_unix.c b/benchmarks/netperf/files/patch-nettest_unix.c deleted file mode 100644 index 8285c39fdc7b..000000000000 --- a/benchmarks/netperf/files/patch-nettest_unix.c +++ /dev/null @@ -1,13 +0,0 @@ ---- nettest_unix.c.orig Thu Nov 18 23:24:22 2004 -+++ nettest_unix.c Thu Nov 18 23:26:24 2004 -@@ -52,7 +52,9 @@ - #include <string.h> - #include <time.h> - #include <sys/time.h> --#if ! defined(__bsdi__) && ! defined(_APPLE_) -+#if __FreeBSD__ -+#include <stdlib.h> -+#elif ! defined(__bsdi__) && ! defined(_APPLE_) - #include <malloc.h> - #else - #include <sys/malloc.h> |