From 04958419e842202587df95082c8717fe0b164213 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 25 Feb 1995 19:11:11 +0000 Subject: iodone->biodone; get rid of older call syntax. --- sys/scsi/st.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/scsi') diff --git a/sys/scsi/st.c b/sys/scsi/st.c index 415c2e9..cf4f80f 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; } -- cgit v1.1