~kris/9p

9hist

3aa915f253c0c6be34808c2109c49b7cefd4d5e3 — David du Colombier 33 years ago 0e70a37
Plan 9 from Bell Labs 1992-12-13
1 files changed, 1 insertions(+), 1 deletions(-)

M power/scsi.c
M power/scsi.c => power/scsi.c +1 -1
@@ 298,7 298,7 @@ scsiexec(Scsi *p, int read)
	if(p->target == CtlrID)
		return 0x6002;

	p->status = scsiio(1, p, rw);
	p->status = scsiio(0, p, rw);

	return p->status;
}