aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ftp/moftpd/files/patch-config.y10
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/moftpd/files/patch-config.y b/ftp/moftpd/files/patch-config.y
new file mode 100644
index 000000000000..b92ef5baf147
--- /dev/null
+++ b/ftp/moftpd/files/patch-config.y
@@ -0,0 +1,10 @@
+--- 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