Subject: Re: 1.4.3: kern/uipc_syscalls.c needs vm/vm_param.h
To: None <tech-kern@netbsd.org>
From: Simon J. Gerraty <sjg@quick.com.au>
List: tech-kern
Date: 07/28/2001 01:58:12
> So, I just updated my 1.4.x tree and config'd my kernel.
> 
> ../../../../kern/uipc_syscalls.c: In function `sockargs':
> ../../../../kern/uipc_syscalls.c:1037: `PAGE_SIZE' undeclared (first use in this function)
> 
> PAGE_SIZE is defined in vm/vm_param.h 

Ick, vm_param.h needs uvm_extern.h which needs... (haven't determined
that yet).  I'm trying to compile a 1.4.3 kernel on a 1.4.2 box. Is
that supposed to work?

Thanks
--sjg