diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-11-09 04:49:25 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-11-09 04:49:25 +0000 |
commit | ab9f89b62e7f5de0391bdd693f476aa171f3657e (patch) | |
tree | 1f92c3ddf76cb5afbdfe583536d50db1e46cacb5 /benchmarks/netperf/files/patch-nettest_unix.c | |
parent | - Update to 0.29.0 (diff) |
Upgrade to 2.4.2.
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> |