Subject: CVS commit: src/sys/ddb
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 04/29/2005 10:40:16
Module Name: src
Committed By: yamt
Date: Fri Apr 29 10:40:16 UTC 2005
Modified Files:
src/sys/ddb: db_command.c db_interface.h
Log Message:
move decl of db_machine_command_table from db_interface.h to db_command.c
to avoid an array of incomplete type. found by gcc4.
To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/sys/ddb/db_command.c
cvs rdiff -r1.12 -r1.13 src/sys/ddb/db_interface.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.