~kris/9p

9hist

8ac9e764fe6d410c90b2718108ebbe92fa8d3ed6 — David du Colombier 30 years ago 4f3dedd
Plan 9 from Bell Labs 1996-06-20
1 files changed, 1 insertions(+), 1 deletions(-)

M pc/scsi.c
M pc/scsi.c => pc/scsi.c +1 -1
@@ 286,7 286,7 @@ scsicap(Target *t, char lun, ulong *size, ulong *bsize)
	nbytes = 8;
	d = scsialloc(nbytes);
	if(d == 0)
		return -1;
		return scsierrstr(STnomem);

	s = scsiexec(t, SCSIread, cmd, sizeof(cmd), d, &nbytes);
	if(s == STok) {