From 164425f5cee190963d2f6bc9f9c5fc4181182f8c Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 9 Nov 1997 14:18:55 +0000 Subject: Increase chat script sizes to 512 Requested by: Michael Reifenberger --- usr.sbin/ppp/chat.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/ppp/chat.c') diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c index bf537f5..6870af1 100644 --- a/usr.sbin/ppp/chat.c +++ b/usr.sbin/ppp/chat.c @@ -18,7 +18,7 @@ * Columbus, OH 43221 * (614)451-1883 * - * $Id: chat.c,v 1.36 1997/10/29 01:19:39 brian Exp $ + * $Id: chat.c,v 1.37 1997/11/09 06:22:39 brian Exp $ * * TODO: * o Support more UUCP compatible control sequences. @@ -60,7 +60,7 @@ #endif -#define IBSIZE 200 +#define IBSIZE LINE_LEN static int TimeoutSec; static int abort_next, timeout_next; @@ -235,7 +235,7 @@ ExpandString(char *str, char *result, int reslen, int sendmode) return (result); } -#define MAXLOGBUFF 200 +#define MAXLOGBUFF LINE_LEN static char logbuff[MAXLOGBUFF]; static int loglen = 0; @@ -485,7 +485,7 @@ SendString(char *str) { char *cp; int on; - char buff[200]; + char buff[LINE_LEN]; if (abort_next) { abort_next = 0; -- cgit v1.1