summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/eisa/aha1742.c4
-rw-r--r--sys/i386/isa/aha1742.c4
2 files changed, 4 insertions, 4 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
diff --git a/sys/i386/isa/aha1742.c b/sys/i386/isa/aha1742.c
index 7f35a77..f82fcd6 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 <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