diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2009-06-16 06:41:57 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2009-06-16 06:41:57 +0000 |
commit | aed75c36dd184b251de3d8348db59d028ccd5f59 (patch) | |
tree | 7bb4ca374d2c88fb55f2ed3affde210db4c6e276 /benchmarks/netperf/files | |
parent | - Update to 1.23 (diff) |
Upgrade to 2.4.5.
Diffstat (limited to 'benchmarks/netperf/files')
-rw-r--r-- | benchmarks/netperf/files/patch-packet_byte_script | 12 | ||||
-rw-r--r-- | benchmarks/netperf/files/patch-src-net_uuid.c | 10 |
2 files changed, 16 insertions, 6 deletions
diff --git a/benchmarks/netperf/files/patch-packet_byte_script b/benchmarks/netperf/files/patch-packet_byte_script index 1e1149eb0bba..b3bb8ddd5aec 100644 --- a/benchmarks/netperf/files/patch-packet_byte_script +++ b/benchmarks/netperf/files/patch-packet_byte_script @@ -1,11 +1,11 @@ ---- doc/examples/packet_byte_script.bak Fri Oct 21 07:58:11 2005 -+++ doc/examples/packet_byte_script Thu Nov 9 13:20:06 2006 -@@ -22,7 +22,7 @@ +--- doc/examples/packet_byte_script.orig 2007-11-09 08:29:45.000000000 +0900 ++++ doc/examples/packet_byte_script 2009-06-16 15:35:37.000000000 +0900 +@@ -25,7 +25,7 @@ fi # where is netperf --NETPERF_CMD=${NETPERF_CMD:=/opt/netperf/netperf} -+NETPERF_CMD=${NETPERF_CMD:=%%PREFIX%%/bin/netperf} +-NETPERF_DIR=${NETPERF_DIR:=/opt/netperf2/bin} ++NETPERF_DIR=${NETPERF_DIR:=%%PREFIX%%/bin} + # at what port will netserver be waiting? If you decide to run - # netserver at a differnet port than the default of 12865, then set diff --git a/benchmarks/netperf/files/patch-src-net_uuid.c b/benchmarks/netperf/files/patch-src-net_uuid.c new file mode 100644 index 000000000000..49a2ad364a2b --- /dev/null +++ b/benchmarks/netperf/files/patch-src-net_uuid.c @@ -0,0 +1,10 @@ +--- src/net_uuid.c~ 2008-10-25 08:13:44.000000000 +0900 ++++ src/net_uuid.c 2009-06-16 15:37:55.000000000 +0900 +@@ -38,7 +38,6 @@ + #else + #include <sys/types.h> + #include <sys/time.h> +-#include <sys/sysinfo.h> + #endif + + /* system dependent call to get the current system time. Returned as |