From 5054c0b0caa25cce83fe9b0d9bee65209195a446 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 18 Aug 2007 18:16:24 +0000 Subject: [PATCH] Add MBUF_DEBUG. --- sys/config/LINT | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/config/LINT b/sys/config/LINT index fac83de2b4..6efc58ea18 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/config/LINT,v 1.123 2007/08/16 20:03:53 dillon Exp $ +# $DragonFly: src/sys/config/LINT,v 1.124 2007/08/18 18:16:24 swildner Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2728,6 +2728,7 @@ options LINPROCFS options LOCKF_DEBUG options LOUTB #options MAXFILES=xxx +options MBUF_DEBUG options METEOR_TEST_VIDEO options NETATALKDEBUG options PANIC_DEBUG -- 2.41.0