From df9def6f62c391d351282ba6b34a350f072cab99 Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 19 Aug 1996 02:42:40 +0000 Subject: oops somehow this dissppeared along the way.. now I've started working on this again, I discovered it.. --- sys/i386/scsi/bt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/i386/scsi/bt.c b/sys/i386/scsi/bt.c index 3aed789..7e23b5d 100644 --- a/sys/i386/scsi/bt.c +++ b/sys/i386/scsi/bt.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: bt.c,v 1.8 1996/03/10 07:11:45 gibbs Exp $ + * $Id: bt.c,v 1.9 1996/03/31 18:19:50 gibbs Exp $ */ /* @@ -1306,6 +1306,8 @@ bt_scsi_cmd(xs) seg = 0; #ifdef TFS if (flags & SCSI_DATA_UIO) { + struct iovec *iovp; + iovp = ((struct uio *) xs->data)->uio_iov; datalen = ((struct uio *) xs->data)->uio_iovcnt; xs->datalen = 0; -- cgit v1.1