From owner-freebsd-stable Mon Apr 9 11:22:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns.altadena.net (ns.altadena.net [206.126.144.2]) by hub.freebsd.org (Postfix) with ESMTP id 3003737B42C for ; Mon, 9 Apr 2001 11:22:45 -0700 (PDT) (envelope-from pete@ns.altadena.net) Received: (from pete@localhost) by ns.altadena.net (8.11.3/8.8.8) id f39IJ7Z43613 for stable@freebsd.org; Mon, 9 Apr 2001 11:19:07 -0700 (PDT) (envelope-from pete) From: Pete Carah Message-Id: <200104091819.f39IJ7Z43613@ns.altadena.net> Subject: vinum breakage To: stable@freebsd.org Date: Mon, 9 Apr 2001 11:19:07 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=iso8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG With a cvsup this morning, I get p_intr_nesting_level undefined compiling vinum in the kernel. This appears to not affect the compiling of the module, possibly because the module has VINUMDEBUG defined?. I got around it with #if __FreeBSD_version < 500000 but don't know what the right flag is for stability in 4-stable... -- Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message