summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-07 09:57:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-07 09:57:10 +0000
commitded96df03ea93b799ab8bd9fa0f681172857635d (patch)
treea999dec929d510726e4959bc35e17006be3130a5
parent834c6e041365b2abe7b58c6e46848a7d8586b0b2 (diff)
downloadATCD-ded96df03ea93b799ab8bd9fa0f681172857635d.tar.gz
Fixed fuzz
-rwxr-xr-xTAO/performance-tests/Protocols/set_lksctp_params.sh1
-rwxr-xr-xTAO/performance-tests/Protocols/set_sctp_params.sh1
-rwxr-xr-xTAO/performance-tests/Protocols/show_lksctp_params.sh1
-rwxr-xr-xTAO/performance-tests/Protocols/show_sctp_params.sh1
4 files changed, 4 insertions, 0 deletions
diff --git a/TAO/performance-tests/Protocols/set_lksctp_params.sh b/TAO/performance-tests/Protocols/set_lksctp_params.sh
index 799f5950d58..a396896141b 100755
--- a/TAO/performance-tests/Protocols/set_lksctp_params.sh
+++ b/TAO/performance-tests/Protocols/set_lksctp_params.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $Id$
B_PROC=/proc/sys/net/sctp
diff --git a/TAO/performance-tests/Protocols/set_sctp_params.sh b/TAO/performance-tests/Protocols/set_sctp_params.sh
index 767158f8038..184e803914b 100755
--- a/TAO/performance-tests/Protocols/set_sctp_params.sh
+++ b/TAO/performance-tests/Protocols/set_sctp_params.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $Id$
B_PROC=/proc/sys/net/ipv4
diff --git a/TAO/performance-tests/Protocols/show_lksctp_params.sh b/TAO/performance-tests/Protocols/show_lksctp_params.sh
index 89cf1e2a5c6..e532e93a0d0 100755
--- a/TAO/performance-tests/Protocols/show_lksctp_params.sh
+++ b/TAO/performance-tests/Protocols/show_lksctp_params.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $Id$
max_len=24
pushd /proc/sys/net/sctp &> /dev/null
diff --git a/TAO/performance-tests/Protocols/show_sctp_params.sh b/TAO/performance-tests/Protocols/show_sctp_params.sh
index 9037784ed1b..3538d463189 100755
--- a/TAO/performance-tests/Protocols/show_sctp_params.sh
+++ b/TAO/performance-tests/Protocols/show_sctp_params.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $Id$
max_len=24
pushd /proc/sys/net/ipv4 &> /dev/null