summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1994-08-31 23:32:32 +0000
committerse <se@FreeBSD.org>1994-08-31 23:32:32 +0000
commit26048972fc64c895d8e4b9369c4613f29f3f58e2 (patch)
tree8f14b26e46bf4e4cc674bf25286a40bd2403665b /sys/i386/eisa
parentbd59f4fdabf700e75fbf405a29d7148224493f1e (diff)
downloadFreeBSD-src-26048972fc64c895d8e4b9369c4613f29f3f58e2.zip
FreeBSD-src-26048972fc64c895d8e4b9369c4613f29f3f58e2.tar.gz
Reviewed by: Stefan Esser <se>
Debugger() takes an (char*) argument, changed macro definition accordingly.
Diffstat (limited to 'sys/i386/eisa')
-rw-r--r--sys/i386/eisa/aha1742.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c
index 7f35a77..f82fcd6 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 <sys/types.h>
@@ -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
OpenPOWER on IntegriCloud