Subject: Re: PG_BUSY and other discrepancies?
To: Greywolf <greywolf@starwolf.com>
From: Jason R Thorpe <thorpej@zembu.com>
List: current-users
Date: 02/16/2001 14:16:35
On Fri, Feb 16, 2001 at 01:45:52PM -0800, Greywolf wrote:
> h'lo.
>
> in -current, one of the discrepancies I'm finding is (full paths mine):
>
> /* /usr/include/vm/vm_page.h 1.36 2000/04/24 17:12:02 thorpej */
> #define PG_BUSY 0x0010
>
> /* /usr/src/sys/uvm/uvm_page.h 1.19 2000/12/28 08:24:55 chs */
> #define PG_BUSY 0x0001
>
> The problem is that one seems to depend on the other; I'm also getting
> conflicts for PG_WANTED, PG_TABLED, PG_FAKE, PG_RELEASED as well
> as redeclarations/redefinitions of vm_inherit_t, voff_t, vm_map_object_t...
>
> ...am I out of sync here?
You're out of sync. sys/vm no longer exists in -current.
--
-- Jason R. Thorpe <thorpej@zembu.com>