summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/systems.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/systems.c')
-rw-r--r--usr.sbin/ppp/systems.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c
index 90e1183..1b45853 100644
--- a/usr.sbin/ppp/systems.c
+++ b/usr.sbin/ppp/systems.c
@@ -313,7 +313,7 @@ ReadSystem(struct bundle *bundle, const char *name, const char *file,
char *cp;
int n, len;
char line[LINE_LEN];
- char filename[MAXPATHLEN];
+ char filename[PATH_MAX];
int linenum;
int argc;
char *argv[MAXARGS];
OpenPOWER on IntegriCloud