opnsense-ports/benchmarks/filebench/files/patch-parser__gram.c
Franco Fichtner 1516d08007 */*: sync with upstream
Taken from: FreeBSD
2016-07-28 09:44:01 +02:00

11 lines
315 B
C

--- parser_gram.c.orig 2011-09-06 17:22:21 UTC
+++ parser_gram.c
@@ -114,7 +114,7 @@ static GetLine *gl;
/* 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;