Subject: 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:46:46
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 
should that be included in uipc_syscalls.c or in sys/param.h?

Thanks
--sjg