Subject: CVS commit: src/sys/ddb
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 09/23/2007 23:55:55
Module Name: src
Committed By: martin
Date: Sun Sep 23 23:55:55 UTC 2007
Modified Files:
src/sys/ddb: db_command.c db_command.h db_run.c
Log Message:
Minor clenaup - db_cmd_loop_done is a bool nowadays, so use true/false
instead of 0/1.
Also make db_init_commands() non-static.
To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 src/sys/ddb/db_command.c
cvs rdiff -r1.28 -r1.29 src/sys/ddb/db_command.h
cvs rdiff -r1.30 -r1.31 src/sys/ddb/db_run.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.