summaryrefslogtreecommitdiff
path: root/benchmarks/libmicro/files/patch-multiview
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/libmicro/files/patch-multiview')
-rw-r--r--benchmarks/libmicro/files/patch-multiview39
1 files changed, 39 insertions, 0 deletions
diff --git a/benchmarks/libmicro/files/patch-multiview b/benchmarks/libmicro/files/patch-multiview
new file mode 100644
index 000000000000..c3d1d13c63e1
--- /dev/null
+++ b/benchmarks/libmicro/files/patch-multiview
@@ -0,0 +1,39 @@
+--- multiview.orig Wed Aug 17 22:48:57 2005
++++ multiview Wed Aug 17 22:49:00 2005
+@@ -40,15 +40,15 @@
+ # the redder the color, the slower the result, the greener the
+ # faster
+
+-/bin/nawk ' BEGIN {
++/usr/bin/awk ' BEGIN {
+ benchmark_count = 0;
+ header_count = 0;
+ }
+ /^#/ {
+- continue;
++ next;
+ }
+ /errors/ {
+- continue;
++ next;
+ }
+ /^\!/ {
+ split($0, A_header, ":");
+@@ -59,7 +59,7 @@
+ header_names[name] = ++header_count;
+ headers[header_count] = name;
+ }
+- continue;
++ next;
+ }
+
+ {
+@@ -128,7 +128,7 @@
+
+ for (j = 2; j < ARGC; j++)
+ printf("<td align=\"right\">%25s</td>\n", "not computed");
+- continue;
++ next;
+ }
+
+ for (j = 2; j < ARGC; j++) {