Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 02/21/2003 05:53:45
Module Name:	src
Committed By:	matt
Date:		Fri Feb 21 03:53:44 UTC 2003

Modified Files:
	src/sys/kern: exec_elf32.c

Log Message:
In topdown mode, subtract the page rounded memory size of the psection,
not the rounded file size.  Otherwise if BSS needs more pages beyond
data you'll extend too far.


To generate a diff of this commit:
cvs rdiff -r1.80 -r1.81 src/sys/kern/exec_elf32.c

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