Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: thorpej
Date: Tue Apr 1 01:41:39 UTC 2003
Modified Files:
src/sys/kern: kern_verifiedexec.c
Log Message:
* Use PAGE_SIZE rather than NBPG.
* Use malloc()/free(), rather than MALLOC()/FREE(), since the page size
might not be a compile-time constant.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/kern/kern_verifiedexec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index