cvs commit: src/sys/kern subr_param.c src/sys/vm vm_param.h
Dag-Erling Smorgrav
des at FreeBSD.org
Mon Nov 8 10:20:03 PST 2004
des 2004-11-08 18:20:02 UTC
FreeBSD src repository
Modified files:
sys/kern subr_param.c
sys/vm vm_param.h
Log:
#include <vm/vm_param.h> instead of <machine/vmparam.h> (the former
includes the latter, but also declares variables which are defined
in kern/subr_param.c).
Change som VM parameters from quad_t to unsigned long. They refer to
quantities (size limits for text, heap and stack segments) which must
necessarily be smaller than the size of the address space, so long is
adequate on all platforms.
MFC after: 1 week
Revision Changes Path
1.67 +17 -17 src/sys/kern/subr_param.c
1.20 +6 -6 src/sys/vm/vm_param.h
More information about the cvs-all
mailing list