From 686c46d225921363fb8749fd74457ecbf8a9e987 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 25 Feb 1995 19:11:11 +0000 Subject: [PATCH] iodone->biodone; get rid of older call syntax. --- sys/scsi/st.c | 4 ++-- 1 file 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 @@ ststrategy(bp) /* * Correctly set the buf to indicate a completed xfer */ - iodone(bp); + biodone(bp); return; }