Correct LogMAX

Broken by:	me
Submitted by:	Mark Hannon <markhannon@one.net.au>
This commit is contained in:
Brian Somers 2000-08-29 17:00:52 +00:00
parent 75fbd185a0
commit 43df7f1485
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65211

View File

@ -52,7 +52,7 @@
#define LogALERT (23) /* syslog(LOG_ALERT, ....) */
#define LogMAXCONF (20)
#define LogMAX (24)
#define LogMAX (23)
struct mbuf;
struct cmdargs;