PERFORCE change 53332 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun May 23 13:18:02 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=53332

Change 53332 by marcel at marcel_nfs on 2004/05/23 13:16:47

	s/DDB/KDB/g

Affected files ...

.. //depot/projects/gdb/sys/dev/ct/ct.c#3 edit

Differences ...

==== //depot/projects/gdb/sys/dev/ct/ct.c#3 (text+ko) ====

@@ -1003,10 +1003,10 @@
 		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 */
 


More information about the p4-projects mailing list