diff options
author | julian <julian@FreeBSD.org> | 1996-08-19 02:42:40 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1996-08-19 02:42:40 +0000 |
commit | df9def6f62c391d351282ba6b34a350f072cab99 (patch) | |
tree | 55c83467e6f2b0c41994e10502eb95c9ad0fcc05 /sys | |
parent | 2b6919aaf3ca4cd03387a2dcba8b00f6a916cd23 (diff) | |
download | FreeBSD-src-df9def6f62c391d351282ba6b34a350f072cab99.zip FreeBSD-src-df9def6f62c391d351282ba6b34a350f072cab99.tar.gz |
oops somehow this dissppeared along the way..
now I've started working on this again, I discovered it..
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/scsi/bt.c | 4 |
1 files changed, 3 insertions, 1 deletions
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; |