From fc37ed7ae1321ea5f131267c843d7755fda5e30e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Wed, 31 Aug 1994 23:32:32 +0000 Subject: [PATCH] Reviewed by: Stefan Esser Debugger() takes an (char*) argument, changed macro definition accordingly. --- sys/i386/eisa/aha1742.c | 4 ++-- sys/i386/isa/aha1742.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c index 7f35a77a5fce..f82fcd6ee8b7 100644 --- a/sys/i386/eisa/aha1742.c +++ b/sys/i386/eisa/aha1742.c @@ -14,7 +14,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id: aha1742.c,v 1.19 1994/08/23 07:52:04 paul Exp $ + * $Id: aha1742.c,v 1.20 1994/08/27 16:14:17 davidg Exp $ */ #include @@ -41,7 +41,7 @@ # ifdef DDB int Debugger(); # else /* DDB */ -#define Debugger() panic("should call debugger here (adaptec.c)") +#define Debugger(x) panic("should call debugger here (adaptec.c)") # endif /* DDB */ #else /* KERNEL */ #define NAHB 1 diff --git a/sys/i386/isa/aha1742.c b/sys/i386/isa/aha1742.c index 7f35a77a5fce..f82fcd6ee8b7 100644 --- a/sys/i386/isa/aha1742.c +++ b/sys/i386/isa/aha1742.c @@ -14,7 +14,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id: aha1742.c,v 1.19 1994/08/23 07:52:04 paul Exp $ + * $Id: aha1742.c,v 1.20 1994/08/27 16:14:17 davidg Exp $ */ #include @@ -41,7 +41,7 @@ # ifdef DDB int Debugger(); # else /* DDB */ -#define Debugger() panic("should call debugger here (adaptec.c)") +#define Debugger(x) panic("should call debugger here (adaptec.c)") # endif /* DDB */ #else /* KERNEL */ #define NAHB 1