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
+1 -1
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;