Subject: CVS commit: src/sys/arch/sh3
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 07/22/2006 21:58:29
Module Name:	src
Committed By:	uwe
Date:		Sat Jul 22 21:58:29 UTC 2006

Modified Files:
	src/sys/arch/sh3/include: exception.h
	src/sys/arch/sh3/sh3: db_interface.c exception.c

Log Message:
exp_type[] was constified in exception.c but an extern declaration in
db_interface.c was not updated.  Declare it publicly.  While here,
constify the array itself too.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/sh3/include/exception.h
cvs rdiff -r1.32 -r1.33 src/sys/arch/sh3/sh3/db_interface.c
cvs rdiff -r1.29 -r1.30 src/sys/arch/sh3/sh3/exception.c

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