Blame SOURCES/make-dofile-global.patch

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