summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftp/ftp_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/gssftp/ftp/ftp_var.h')
-rw-r--r--src/appl/gssftp/ftp/ftp_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/appl/gssftp/ftp/ftp_var.h b/src/appl/gssftp/ftp/ftp_var.h
index 79928b3f34..4448448aa3 100644
--- a/src/appl/gssftp/ftp/ftp_var.h
+++ b/src/appl/gssftp/ftp/ftp_var.h
@@ -131,9 +131,9 @@ extern struct servent *sp; /* service spec for tcp/ftp */
#include <setjmp.h>
extern jmp_buf toplevel; /* non-local goto stuff for cmd scanner */
-extern char line[200]; /* input line buffer */
+extern char line[500]; /* input line buffer */
extern char *stringbase; /* current scan point in line buffer */
-extern char argbuf[200]; /* argument storage buffer */
+extern char argbuf[500]; /* argument storage buffer */
extern char *argbase; /* current storage point in arg buffer */
extern int margc; /* count of arguments on input line */
extern char *margv[20]; /* args parsed from input line */