mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
315 B
C
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;
|