diff options
-rw-r--r-- | sys/scsi/st.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c index 415c2e96694c..cf4f80f90840 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.25 1995/01/24 12:04:56 dufault Exp $ + * $Id: st.c,v 1.26 1995/01/31 11:41:47 dufault Exp $ */ /* @@ -1040,7 +1040,7 @@ done: /* * Correctly set the buf to indicate a completed xfer */ - iodone(bp); + biodone(bp); return; } |