From owner-freebsd-current Thu Feb 5 15:44:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24790 for current-outgoing; Thu, 5 Feb 1998 15:44:11 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from helios.dnttm.ru (root@dnttm.wave.ras.ru [194.85.104.197]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24703 for ; Thu, 5 Feb 1998 15:43:30 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-3) with UUCP id CAA28422 for freebsd-current@freebsd.org; Fri, 6 Feb 1998 02:36:49 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.8.8/8.8.7) with ESMTP id CAA01853 for ; Fri, 6 Feb 1998 02:43:02 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199802052343.CAA01853@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: freebsd-current@FreeBSD.ORG Subject: DIAGNOSTIC kernels broken Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 06 Feb 1998 02:43:02 +0300 From: Dmitrij Tejblum Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe current" vm/vm_zone.h depends on DIAGNOSTIC but doesn't include "opt_diagnostic.h". This (I believe) and the fact that I use 'config -n' just caused my last kernel to panic on reboot. I feel it would be better to put DIAGNOSTIC to opt_global.h. Dima