summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-11-15 14:47:49 +0000
committerbde <bde@FreeBSD.org>1994-11-15 14:47:49 +0000
commit558e14bfc68affd043515fb6914634a43c15ea82 (patch)
tree8409e62f751f15f42d82fc35e0dac1c14cbfffa0 /sys/scsi
parent38ef2158dd3701e43bf44037f442fae2f32d1d9e (diff)
downloadFreeBSD-src-558e14bfc68affd043515fb6914634a43c15ea82.zip
FreeBSD-src-558e14bfc68affd043515fb6914634a43c15ea82.tar.gz
Remove bogus declaration of Debugger(). Change the macro for Debugger()
to call the function instead of doing nothing.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/sd.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index ac37543..4dbe09d 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.40 1994/11/03 18:20:15 joerg Exp $
+ * $Id: sd.c,v 1.41 1994/11/07 20:09:35 joerg Exp $
*/
#define SPLSD splbio
@@ -44,12 +44,6 @@
u_int32 sdstrats, sdqueues;
-#ifdef DDB
-int Debugger(const char *);
-#else /* DDB */
-#define Debugger(x)
-#endif /* DDB */
-
#define PAGESIZ 4096
#define SECSIZE 512
#define PDLOCATION 29
OpenPOWER on IntegriCloud