From 54330c2cb2d7a7486b4154907af5f874c06390b6 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 30 Aug 1994 00:12:11 +0000 Subject: Make decl/define for Debugger() match reality. Submitted by: jkh --- sys/scsi/sd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/scsi/sd.c') diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index 220c015..0b26802 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992 * - * $Id: sd.c,v 1.25 1994/08/27 16:14:34 davidg Exp $ + * $Id: sd.c,v 1.26 1994/08/29 21:37:49 ache Exp $ */ #define SPLSD splbio @@ -43,9 +43,9 @@ u_int32 sdstrats, sdqueues; #ifdef DDB -int Debugger(); +int Debugger(const char *); #else /* DDB */ -#define Debugger() +#define Debugger(x) #endif /* DDB */ #define PAGESIZ 4096 -- cgit v1.1