Reviewed by: Stefan Esser <se>

Debugger() takes an (char*) argument, changed macro definition accordingly.
This commit is contained in:
Stefan Eßer 1994-08-31 23:32:32 +00:00
parent 8eae5644c1
commit fc37ed7ae1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2429
2 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@
* *
* commenced: Sun Sep 27 18:14:01 PDT 1992 * 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> #include <sys/types.h>
@ -41,7 +41,7 @@
# ifdef DDB # ifdef DDB
int Debugger(); int Debugger();
# else /* DDB */ # else /* DDB */
#define Debugger() panic("should call debugger here (adaptec.c)") #define Debugger(x) panic("should call debugger here (adaptec.c)")
# endif /* DDB */ # endif /* DDB */
#else /* KERNEL */ #else /* KERNEL */
#define NAHB 1 #define NAHB 1

View file

@ -14,7 +14,7 @@
* *
* commenced: Sun Sep 27 18:14:01 PDT 1992 * 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> #include <sys/types.h>
@ -41,7 +41,7 @@
# ifdef DDB # ifdef DDB
int Debugger(); int Debugger();
# else /* DDB */ # else /* DDB */
#define Debugger() panic("should call debugger here (adaptec.c)") #define Debugger(x) panic("should call debugger here (adaptec.c)")
# endif /* DDB */ # endif /* DDB */
#else /* KERNEL */ #else /* KERNEL */
#define NAHB 1 #define NAHB 1