summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ct/ct.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/ct/ct.c b/sys/dev/ct/ct.c
index cb97ee1..eb87dbf 100644
--- a/sys/dev/ct/ct.c
+++ b/sys/dev/ct/ct.c
@@ -39,8 +39,6 @@ __FBSDID("$FreeBSD$");
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include "opt_ddb.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -1003,10 +1001,10 @@ again:
scsi_low_print(slp, NULL);
printf("%s: scsi_status 0x%x\n\n", slp->sl_xname,
(u_int) scsi_status);
-#ifdef DDB
+#ifdef KDB
if (ct_debug > 1)
SCSI_LOW_DEBUGGER("ct");
-#endif /* DDB */
+#endif /* KDB */
}
#endif /* CT_DEBUG */
OpenPOWER on IntegriCloud