Blame SOURCES/make-dofile-global.patch

a17c5f
--- filebench-1.4.9/parser_gram.y.orig	2011-09-09 22:13:58.814256475 +0800
a17c5f
+++ filebench-1.4.9/parser_gram.y	2011-09-09 22:14:18.007485829 +0800
a17c5f
@@ -71,7 +71,7 @@ static GetLine *gl;
a17c5f
 /* executable name to execute worker processes later */
a17c5f
 char *execname;
a17c5f
 
a17c5f
-static int dofile = DOFILE_FALSE;
a17c5f
+int dofile = DOFILE_FALSE;
a17c5f
 static FILE *parentscript;
a17c5f
 
a17c5f
 static char *fbbasepath = FILEBENCHDIR;