diff options
Diffstat (limited to 'ftp/cftp/files/patch-mkbind.c')
-rw-r--r-- | ftp/cftp/files/patch-mkbind.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ftp/cftp/files/patch-mkbind.c b/ftp/cftp/files/patch-mkbind.c deleted file mode 100644 index 77376a1908a1..000000000000 --- a/ftp/cftp/files/patch-mkbind.c +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-mkbind_c,v 1.1 2003/04/15 15:50:11 avsm Exp $ ---- mkbind.c.orig 2002-09-17 11:46:23 UTC -+++ mkbind.c -@@ -86,7 +86,7 @@ int - main(int argc, char **argv) - { - FILE *fin, *fout; -- char line[4069], *p, *tok, **args; -+ char line[4096], *p, *tok, **args; - char tmp[128]; - struct binding *b; - int i, j, off, argoff, len; |