Subject: PG_BUSY and other discrepancies?
To: BSD Current Users <current-users@netbsd.org>
From: Greywolf <greywolf@starwolf.com>
List: current-users
Date: 02/16/2001 13:45:52
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?

				--*greywolf;
--
*BSD: No Worries!