forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
238 B
Text
7 lines
238 B
Text
--- src/confparse.y.orig Thu Aug 28 04:35:49 2003
|
|
+++ src/confparse.y Thu Aug 28 04:35:56 2003
|
|
@@ -88,3 +88,4 @@
|
|
;
|
|
modules_line: MODULES STRING_TOKEN { prefs.yp_modulelist = yp_modulelist_create($2); yylinecount++;
|
|
free($2); }
|
|
+;
|