From 000b75c7fe80632360b54c18123d3072bb52fa13 Mon Sep 17 00:00:00 2001 From: downsj Date: Wed, 26 Mar 1997 08:41:42 +0000 Subject: [PATCH] sync --- sys/arch/hp300/dev/st.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/hp300/dev/st.c b/sys/arch/hp300/dev/st.c index bd31da2aca8..7b7b91ec524 100644 --- a/sys/arch/hp300/dev/st.c +++ b/sys/arch/hp300/dev/st.c @@ -1,5 +1,5 @@ -/* $OpenBSD: st.c,v 1.6 1997/02/03 04:47:49 downsj Exp $ */ -/* $NetBSD: st.c,v 1.19 1997/01/30 09:14:23 thorpej Exp $ */ +/* $OpenBSD: st.c,v 1.7 1997/03/26 08:41:42 downsj Exp $ */ +/* $NetBSD: st.c,v 1.20 1997/03/22 00:17:59 mycroft Exp $ */ /* * Copyright (c) 1996, 1997 Jason R. Thorpe. All rights reserved. @@ -1099,7 +1099,7 @@ stintr(arg, stat) } #endif - stfinish(unit, sc, bp); + stfinish(sc, bp); } stcommand(dev, command, cnt) -- 2.20.1