Subject: CVS commit: src/sys/ddb
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 05/17/2003 09:48:06
Module Name:	src
Committed By:	scw
Date:		Sat May 17 09:48:05 UTC 2003

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

Log Message:
Don't assume sizeof(db_expr_t) == sizeof(long).
Ditto for sizeof(db_addr_t), although I don't think this
one is currently an issue.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/ddb/db_sym.c

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