summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-08-29 17:00:52 +0000
committerbrian <brian@FreeBSD.org>2000-08-29 17:00:52 +0000
commita0d9c873d0c2991fd4bdbcaef08cf79c83e0fcda (patch)
tree20272f05405fcc8cb45d8d97912f40e17b49a906 /usr.sbin/ppp
parentff7c6372510230f13462a388f40f2cb0865b1560 (diff)
downloadFreeBSD-src-a0d9c873d0c2991fd4bdbcaef08cf79c83e0fcda.zip
FreeBSD-src-a0d9c873d0c2991fd4bdbcaef08cf79c83e0fcda.tar.gz
Correct LogMAX
Broken by: me Submitted by: Mark Hannon <markhannon@one.net.au>
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/log.h b/usr.sbin/ppp/log.h
index 5093fc7..51af401 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;
OpenPOWER on IntegriCloud