From owner-freebsd-stable Thu Oct 18 23:32: 6 2001 Delivered-To: freebsd-stable@freebsd.org Received: from robin.mail.pas.earthlink.net (robin.mail.pas.earthlink.net [207.217.120.65]) by hub.freebsd.org (Postfix) with ESMTP id C89B237B401 for ; Thu, 18 Oct 2001 23:32:04 -0700 (PDT) Received: from dialup-209.247.142.14.dial1.sanjose1.level3.net ([209.247.142.14] helo=blossom.cjclark.org) by robin.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 15uTCN-0007KC-00; Thu, 18 Oct 2001 23:32:04 -0700 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id f9J6Vau03729; Thu, 18 Oct 2001 23:31:36 -0700 (PDT) (envelope-from cjc) Date: Thu, 18 Oct 2001 23:31:36 -0700 From: "Crist J. Clark" To: Udo Schweigert Cc: stable@FreeBSD.ORG Subject: Re: vnode.h broke pstat on -stable Message-ID: <20011018233135.I300@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <20011019081923.A26473@alaska.cert.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011019081923.A26473@alaska.cert.siemens.de>; from udo.schweigert@siemens.com on Fri, Oct 19, 2001 at 08:19:23AM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 08:19:23AM +0200, Udo Schweigert wrote: > Hi all, > > one of the recent changes to sys/sys/vnode.h broke usr.sbin/pstat since now > VTBFREE is not defined any more: > > ===> usr.sbin/pstat > cc -O -pipe -I/usr/src/usr.sbin/pstat/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.sbin/pstat/pstat.c > /usr/src/usr.sbin/pstat/pstat.c: In function `vnode_print': > /usr/src/usr.sbin/pstat/pstat.c:451: `VTBFREE' undeclared (first use in this function) > /usr/src/usr.sbin/pstat/pstat.c:451: (Each undeclared identifier is reported only once > /usr/src/usr.sbin/pstat/pstat.c:451: for each function it appears in.) > *** Error code 1 (continuing) > > > Maybe someone can fix that. It's still there, $ fgrep -e \$FreeBSD -e VTBFREE vnode.h * $FreeBSD: src/sys/sys/vnode.h,v 1.111.2.13 2001/10/05 20:07:07 dillon Exp $ #define VTBFREE 0x100000 /* This vnode is on the to-be-freelist */ (((vp)->v_flag & (VFREE|VTBFREE)) && \ Do you maybe have a -CURRENT vnode.h? -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message