Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/17/1999 02:32:16
Module Name: syssrc
Committed By: jdolecek
Date: Sun Oct 17 09:32:16 UTC 1999
Modified Files:
syssrc/sys/arch/sun3/dev: zs.c
Log Message:
include opt_ddb.h, so that symbol DDB actually get's defined appropriately
kill local definition of Debugger() - <sys/systm.h> DTRT
don't assume Debugger() is always available and put the call inside #ifdef DDB
Second part of a fix to PR #8637 by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>.
To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 syssrc/sys/arch/sun3/dev/zs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.