diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-08-29 17:00:52 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-08-29 17:00:52 +0000 |
| commit | 43df7f1485b446343434a563f62d7dbdb4a77f39 (patch) | |
| tree | 05cfe2aa2375bf99c4e5f3beeb19064d405e8ee0 /usr.sbin/ppp | |
| parent | 75fbd185a0e7310fd0064f469f4b20fc72327249 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp')
| -rw-r--r-- | usr.sbin/ppp/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/log.h b/usr.sbin/ppp/log.h index 5093fc794c92..51af4013d8ad 100644 --- a/usr.sbin/ppp/log.h +++ b/usr.sbin/ppp/log.h @@ -52,7 +52,7 @@ #define LogALERT (23) /* syslog(LOG_ALERT, ....) */ #define LogMAXCONF (20) -#define LogMAX (24) +#define LogMAX (23) struct mbuf; struct cmdargs; |
