summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ppp/systems.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c
index 8b7b7efdd89..a59f2dcb5f1 100644
--- a/usr.sbin/ppp/systems.c
+++ b/usr.sbin/ppp/systems.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: systems.c,v 1.3 1997/12/17 21:17:48 brian Exp $
+ * $Id: systems.c,v 1.4 1997/12/17 21:18:07 brian Exp $
*
* TODO:
*/
@@ -232,7 +232,7 @@ ReadSystem(const char *name, const char *file, int doexec)
int n, len;
u_char olauth;
char line[LINE_LEN];
- char filename[200];
+ char filename[MAXPATHLEN];
int linenum;
int argc;
char **argv;