From 499db14bcb5c93fd50c0c61e00d37f0312380a9c Mon Sep 17 00:00:00 2001 From: tsutsui Date: Tue, 6 Jun 2000 14:24:05 +0000 Subject: [PATCH] sun3 always defines Debugger(), so don't redefine it. --- sys/dev/ic/ncr5380sbc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/ic/ncr5380sbc.c b/sys/dev/ic/ncr5380sbc.c index 1a28c30e249d..df59aa03aab9 100644 --- a/sys/dev/ic/ncr5380sbc.c +++ b/sys/dev/ic/ncr5380sbc.c @@ -1,4 +1,4 @@ -/* $NetBSD: ncr5380sbc.c,v 1.37 2000/05/26 21:11:00 ragge Exp $ */ +/* $NetBSD: ncr5380sbc.c,v 1.38 2000/06/06 14:24:05 tsutsui Exp $ */ /* * Copyright (c) 1995 David Jones, Gordon W. Ross @@ -128,8 +128,10 @@ void ncr5380_cmd_timeout __P((void *)); #ifndef DDB /* This is used only in recoverable places. */ +#ifndef Debugger #define Debugger() printf("Debug: ncr5380.c:%d\n", __LINE__) #endif +#endif #ifdef NCR5380_DEBUG