From owner-freebsd-current Sun Apr 7 17:57:28 2002 Delivered-To: freebsd-current@freebsd.org Received: from nnd.itfs.nsk.su (nnd.itfs.nsk.su [212.20.32.42]) by hub.freebsd.org (Postfix) with ESMTP id BA85937B400 for ; Sun, 7 Apr 2002 17:57:25 -0700 (PDT) Received: from nnd.itfs.nsk.su (localhost [127.0.0.1]) by nnd.itfs.nsk.su (8.12.2/8.12.2) with ESMTP id g380usfP009032 for ; Mon, 8 Apr 2002 07:56:54 +0700 (NOVST) (envelope-from nnd@nnd.itfs.nsk.su) Received: (from nnd@localhost) by nnd.itfs.nsk.su (8.12.2/8.12.2/Submit) id g380ushN008996; Mon, 8 Apr 2002 07:56:54 +0700 (NOVST) Date: Mon, 8 Apr 2002 07:56:54 +0700 (NOVST) Message-Id: <200204080056.g380ushN008996@nnd.itfs.nsk.su> From: nnd@mail.nsk.ru (Nickolay Dudorov) To: current@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h In-Reply-To: <200204072251.g37MpIi99745@freefall.freebsd.org> User-Agent: tin/1.5.11-20020130 ("Toxicity") (UNIX) (FreeBSD/5.0-CURRENT (i386)) 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 In article <200204072251.g37MpIi99745@freefall.freebsd.org> Jeff Roberson wrote: > jeff 2002/04/07 15:51:18 PDT > > Removed files: > sys/vm vm_zone.c vm_zone.h > Log: > There should be no remaining references to these two files in the tree. If > there are, it is an error. vm_zone has been superseded by uma. > > Revision Changes Path > 1.56 +0 -579 src/sys/vm/vm_zone.c (dead) > 1.21 +0 -52 src/sys/vm/vm_zone.h (dead) My 'make buildkernel' have found at least two of the 'vm/vm_zone.h' in the 'sys/fs/smbfs/smbfs_vnops.c' and 'sys/fs/unionfs/union_subr.c'. After simply removing this "#include " lines the kernel builds up to the end. N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message