summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-12-02 21:07:20 +0000
committerphk <phk@FreeBSD.org>1997-12-02 21:07:20 +0000
commita1bfb618d996ea613b9d640d00950f5ffef739db (patch)
treed373e61301d1dc027cf0572e25d38f7a9f63450d /sys/scsi/st.c
parentbf21e6b4e0e85ae08cb5d1f2335da248f52e2d26 (diff)
downloadFreeBSD-src-a1bfb618d996ea613b9d640d00950f5ffef739db.zip
FreeBSD-src-a1bfb618d996ea613b9d640d00950f5ffef739db.tar.gz
In all such uses of struct buf: 's/b_un.b_addr/b_data/g'
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r--sys/scsi/st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 4bc0417..93f7c54 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: st.c,v 1.82 1997/09/21 22:03:19 gibbs Exp $
+ * $Id: st.c,v 1.83 1997/11/23 11:56:18 bde Exp $
*/
/*
@@ -961,7 +961,7 @@ ststart(unit, flags)
if (scsi_scsi_cmd(sc_link,
(struct scsi_generic *) &cmd,
sizeof(cmd),
- (u_char *) bp->b_un.b_addr,
+ (u_char *) bp->b_data,
bp->b_bcount,
0, /* can't retry a read on a tape really */
1000000,
OpenPOWER on IntegriCloud