diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bonnie++/files/patch-bonnie++.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/bonnie++/files/patch-bonnie++.cpp b/benchmarks/bonnie++/files/patch-bonnie++.cpp new file mode 100644 index 000000000000..9aa4622af0ce --- /dev/null +++ b/benchmarks/bonnie++/files/patch-bonnie++.cpp @@ -0,0 +1,10 @@ +--- bonnie++.cpp.orig Mon Aug 20 00:39:12 2001 ++++ bonnie++.cpp Fri Nov 2 19:54:31 2001 +@@ -172,7 +172,6 @@ + #endif + + int int_c; +- optind = 0; + while(-1 != (int_c = getopt(argc, argv, "bd:fg:m:n:p:qr:s:u:x:y")) ) + { + switch(char(int_c)) |