summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>2000-08-29 17:02:04 +0000
committerbrian <brian@cvs.openbsd.org>2000-08-29 17:02:04 +0000
commit8317616cf910c380ceab3e5cc7b65630423737ef (patch)
treeed09595bf17b2917b588a688189dd2bff9fcaa6d
parent05c420ce4eb13aefa64c26d3f7d2a80e63ff7f22 (diff)
Fix LogMAX; Mark Hannon <markhannon@one.net.au>
-rw-r--r--usr.sbin/ppp/ppp/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/log.h b/usr.sbin/ppp/ppp/log.h
index 0a6b8a75a8b..bd0184021c1 100644
--- a/usr.sbin/ppp/ppp/log.h
+++ b/usr.sbin/ppp/ppp/log.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $OpenBSD: log.h,v 1.7 2000/08/28 23:25:28 brian Exp $
+ * $OpenBSD: log.h,v 1.8 2000/08/29 17:02:03 brian Exp $
*/
#define LogMIN (1)
@@ -52,7 +52,7 @@
#define LogALERT (23) /* syslog(LOG_ALERT, ....) */
#define LogMAXCONF (20)
-#define LogMAX (24)
+#define LogMAX (23)
struct mbuf;
struct cmdargs;