Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 11/07/1999 14:05:47
Module Name:	syssrc
Committed By:	cgd
Date:		Sun Nov  7 22:05:47 UTC 1999

Modified Files:
	syssrc/sys/arch/arm32/arm32 [netbsd-1-4]: db_machdep.c

Log Message:
pull up rev 1.14 from trunk (requested by cgd):
  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.11.2.2 -r1.11.2.3 syssrc/sys/arch/arm32/arm32/db_machdep.c

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