Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/04/1997 00:40:01
cgd
Mon Feb  3 16:32:11 PST 1997
Update of /cvsroot/src/sys/ddb
In directory netbsd1:/var/slash-tmp/cvs-serv23031

Modified Files:
	db_write_cmd.c db_print.c 
Log Message:
fix printf format widths

cgd
Mon Feb  3 16:33:33 PST 1997
Update of /cvsroot/src/sys/ddb
In directory netbsd1:/var/slash-tmp/cvs-serv23163

Modified Files:
	db_variables.c db_variables.h 
Log Message:
make variable pointers (in variable declaration structs) be 'long *', so
that the common case can be handled with no hassles on all machines.
fix up the various internal variables which are also exported via sysctl
(and which therefore must be 'int's) to do the right thing via a special
read/write function.