Subject: CVS commit: src/usr.sbin/pstat
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 03/04/2007 17:57:20
Module Name:	src
Committed By:	he
Date:		Sun Mar  4 17:57:20 UTC 2007

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

Log Message:
Because this program has _KERNEL defined while including some files,
it now needs <stdbool.h> due to the arm ports.  Longer-term, this
program probably ought to be converted so that it no longer needs
to define _KERNEL.


To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 src/usr.sbin/pstat/pstat.c

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