From owner-freebsd-current Fri Dec 27 21:41: 9 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8B9D37B401; Fri, 27 Dec 2002 21:41:07 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5324E43ED4; Fri, 27 Dec 2002 21:41:07 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.6/8.12.5) with SMTP id gBS5eb1Z090699; Sat, 28 Dec 2002 00:40:43 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sat, 28 Dec 2002 00:40:37 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Bruce Evans Cc: Dag-Erling Smorgrav , current@FreeBSD.ORG Subject: Re: i386 tinderbox failure In-Reply-To: <20021228145832.V35203-100000@gamplex.bde.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 28 Dec 2002, Bruce Evans wrote: > > /local0/scratch/des/src/sys/fs/devfs/devfs_vnops.c:932: (near initialization for `devfs_specop_entries[14]') > > *** Error code 1 > > This was broken by removing a unsed definition in: > > % RCS file: /home/ncvs/src/sys/kern/vnode_if.src,v > % Working file: vnode_if.src > % head: 1.59 > % ... > % ---------------------------- > % revision 1.59 > % date: 2002/12/24 19:47:13; author: rwatson; state: Exp; lines: +0 -9 > % Flush vop_refreshlabel() definition, since it is no longer used. > % > % Obtained from: TrustedBSD Project > % Sponsored by: DARPA, Network Associates Laboratories > % ---------------------------- > > The use is just a stub so it should have been removed too. Yup, I missed it in an earlier GC pass. I've now removed it -- sorry about the breakage. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message