freebsd-ports/ftp/moftpd/files/patch-config.y
Clement Laforet f64096de3b - Fix bison build failure
Submitted by:		Armin Arh <armin@pubbox.net>
2006-11-05 14:06:25 +00:00

10 lines
203 B
Text

--- config.y.orig Wed Apr 6 15:42:48 2005
+++ config.y Wed Nov 1 15:04:08 2006
@@ -109,6 +109,7 @@
{ $$ = RLIM_INFINITY; }
| D_NUMBER
{ $$ = $1; }
+ ;
topst: topopt semicolon
| server