Subject: CVS commit: basesrc/usr.sbin/pstat
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 02/22/2002 06:58:40
Module Name:	basesrc
Committed By:	enami
Date:		Fri Feb 22 04:58:39 UTC 2002

Modified Files:
	basesrc/usr.sbin/pstat: pstat.c

Log Message:
Borrow the macro PRWORD() from vmstat.c and use it.  Also, calculate the
width of pointer using sizeof(void *) * 2 instead of using 8.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 basesrc/usr.sbin/pstat/pstat.c

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