Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 10/10/1999 13:52:24
Module Name:	basesrc
Committed By:	cgd
Date:		Sun Oct 10 20:52:24 UTC 1999

Modified Files:
	basesrc/usr.sbin/pstat [netbsd-1-4]: pstat.c

Log Message:
pull up rev 1.46 from trunk (requested by mycroft):
  Fix potential overflow of v_usecount and v_writecount (and panics
  resulting from this) by widening them to `long'.  Mostly affects
  systems where maxvnodes>=32768.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.44.2.1 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.