Subject: CVS commit: src/sys/ddb
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 03/02/2003 15:39:42
Module Name:	src
Committed By:	enami
Date:		Sun Mar  2 13:39:41 UTC 2003

Modified Files:
	src/sys/ddb: db_lex.c

Log Message:
Don't specify string width in the low level function like db_num_to_str.
The pretty printing should be done much higher level, and anyway the
value 10 doesn't make sense.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/ddb/db_lex.c

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