diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-01-18 17:26:00 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-01-18 17:26:00 +0000 |
commit | 7878b8c1ae6b78b35efd3e643099016f56ca9cb8 (patch) | |
tree | 39b4309ab6441700910cb2ea3416e5a2bbf76407 /benchmarks/filebench | |
parent | 267576d48805e42294737eb4114ddeea76bb5dbc (diff) | |
download | ports-7878b8c1ae6b78b35efd3e643099016f56ca9cb8.tar.gz ports-7878b8c1ae6b78b35efd3e643099016f56ca9cb8.zip |
Notes
Diffstat (limited to 'benchmarks/filebench')
-rw-r--r-- | benchmarks/filebench/files/patch-parser_gram.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/filebench/files/patch-parser_gram.c b/benchmarks/filebench/files/patch-parser_gram.c new file mode 100644 index 000000000000..6d9932ccfd54 --- /dev/null +++ b/benchmarks/filebench/files/patch-parser_gram.c @@ -0,0 +1,11 @@ +--- parser_gram.c.orig 2013-01-18 18:18:01.000000000 +0100 ++++ parser_gram.c 2013-01-18 18:18:07.000000000 +0100 +@@ -114,7 +114,7 @@ + /* executable name to execute worker processes later */ + char *execname; + +-static int dofile = DOFILE_FALSE; ++int dofile = DOFILE_FALSE; + static FILE *parentscript; + + static char *fbbasepath = FILEBENCHDIR; |