Subject: kern/6099: ic/adv.c calls Debugger when DDB is not defined
To: None <gnats-bugs@gnats.netbsd.org>
From: None <yoav@MIT.EDU>
List: netbsd-bugs
Date: 09/04/1998 00:11:42
>Number: 6099
>Category: kern
>Synopsis: adv.c doesn't build unless DDB is defined
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: kern-bug-people (Kernel Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Sep 3 21:20:00 1998
>Last-Modified:
>Originator: Yoav Yerushalmi
>Organization:
>Release: Aug 31 (1.3G)
>Environment:
System: NetBSD emu 1.3G NetBSD 1.3G (YOAV) #17: Mon Aug 31 05:59:05 EDT 1998 root@emu:/u1/usr/src/sys/arch/i386/compile/YOAV i386
>Description:
/usr/src/sys/arch/dev/ic/adv.c has a call to Debugger(), which
is only defined if options DDB is set in the conf file. It really should
be surrounded by an #ifdef.
>How-To-Repeat:
don't compile with DDB, and use that file
>Fix:
#ifdef DDB around it.
>Audit-Trail:
>Unformatted: