Subject: CVS commit: syssrc/sys/arch/cats/include
To: None <source-changes@netbsd.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 06/22/2002 13:15:30
Module Name:	syssrc
Committed By:	chris
Date:		Sat Jun 22 10:15:30 UTC 2002

Modified Files:
	syssrc/sys/arch/cats/include: vmparam.h

Log Message:
Allow userland to see machine/vmparam.h.  This allows ntop to compile, as it uses the struct uvm from uvm.h, which need the VM_NFREELIST definition.

Of course this does mean that ntop could potentially be platform specific, ie different versions for cats, acorn32 etc as struct uvm maybe a different size, but running on the same cpu architecture.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/arch/cats/include/vmparam.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.