From owner-freebsd-current Fri Feb 6 01:40:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08309 for current-outgoing; Fri, 6 Feb 1998 01:40:07 -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 BAA08241 for ; Fri, 6 Feb 1998 01:40:00 -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 MAA01034; Fri, 6 Feb 1998 12:37:15 +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 MAA01329; Fri, 6 Feb 1998 12:43:20 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199802060943.MAA01329@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Eivind Eklund cc: freebsd-current@FreeBSD.ORG Subject: Re: DIAGNOSTIC kernels broken In-reply-to: Your message of "Fri, 06 Feb 1998 01:07:12 +0100." <19980206010712.58740@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 06 Feb 1998 12:43:20 +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" Eivind Eklund wrote: > On Fri, Feb 06, 1998 at 02:43:02AM +0300, Dmitrij Tejblum wrote: > > vm/vm_zone.h depends on DIAGNOSTIC but doesn't include "opt_diagnostic.h". ^^ > > Something is weird with your setup, I believe. vm_zone.c includes ^^ > opt_diagnostic.h as of revision 1.16, which was part of the "Turn DIAGNOSTIC > into a new-style option" commit. I talk about vm_zone.h, not vm_zone.c. vm_zone.h contains several inline functions, which depends on DIAGNOSTIC. These functions is part of vm_zone external interface, and used in such files as kern_fork.c, and kern_exit.c, and others, which doesn't include opt_diagnostic.h. Dima