diff options
Diffstat (limited to 'ftp/moftpd/files/patch-config.y')
-rw-r--r-- | ftp/moftpd/files/patch-config.y | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ftp/moftpd/files/patch-config.y b/ftp/moftpd/files/patch-config.y deleted file mode 100644 index b92ef5baf147..000000000000 --- a/ftp/moftpd/files/patch-config.y +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 |