Date: Sun, 23 May 2004 13:17:31 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 53332 for review Message-ID: <200405232017.i4NKHVtH071316@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=53332 Change 53332 by marcel@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405232017.i4NKHVtH071316>