Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 08/08/2000 22:59:43
Module Name:	syssrc
Committed By:	tv
Date:		Tue Aug  8 19:59:43 UTC 2000

Modified Files:
	syssrc/sys/arch/sparc64/sparc64: db_interface.c trap.c

Log Message:
sizeof(fmtstring) + 8 wasn't enough for the string; that won't cope with the
printed version.  Make a little more room for the bitmask_snprintf() call.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/arch/sparc64/sparc64/db_interface.c
cvs rdiff -r1.52 -r1.53 syssrc/sys/arch/sparc64/sparc64/trap.c

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