ports/benchmarks/filebench/files/patch-parser__gram.c
Mathieu Arnold 56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00: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;