Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/usr.bin/vmstat
Module Name: basesrc
Committed By: thorpej
Date: Thu Nov 29 21:22:25 UTC 2001
Modified Files:
basesrc/usr.bin/vmstat: vmstat.c
Log Message:
KERNBASE is a constant that kernland has no business using; it's
existence and value are machine-dependent, and using KERNBASE
either breaks binary compatibility across the same MACHINE_ARCH
or prevents this program from compiling at all.
To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 basesrc/usr.bin/vmstat/vmstat.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