Revision 79045e5fb9c85d24e08c3c34385d278d9f718d8b authored by Alexander Motin on 23 July 2012, 15:19:21 UTC, committed by Alexander Motin on 23 July 2012, 15:19:21 UTC
Fix typo in bzero() length argument during sense fetching.
For me it at least fixed CD burning in PIO mode.

Approved by:	re (kib)
1 parent 2904730
Raw File
Makefile.mips
# $FreeBSD$

.if ${MACHINE_ARCH} != "mipsel" && ${MACHINE_ARCH} != "mipseb"
MK_RESCUE=no
.endif
back to top