summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/systems.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-12-17 21:22:01 +0000
committerbrian <brian@FreeBSD.org>1997-12-17 21:22:01 +0000
commit7d06bfe1d51f8b96c5b80c6e6749cee5f75c423c (patch)
treee68e308844e0609625af4ce1efaf3ff169b850f7 /usr.sbin/ppp/systems.c
parent0d6d3cfaebc50a7e0ebee63bfbad92e13c3df4b3 (diff)
downloadFreeBSD-src-7d06bfe1d51f8b96c5b80c6e6749cee5f75c423c.zip
FreeBSD-src-7d06bfe1d51f8b96c5b80c6e6749cee5f75c423c.tar.gz
char filename[200] => char filename[MAXPATHLEN]
Pointed out by: Theo de Raadt <deraadt@cvs.openbsd.org>
Diffstat (limited to 'usr.sbin/ppp/systems.c')
-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 5673add..cb79087 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.29 1997/12/15 20:21:47 brian Exp $
+ * $Id: systems.c,v 1.30 1997/12/17 21:21:42 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;
OpenPOWER on IntegriCloud