sync
authordownsj <downsj@openbsd.org>
Wed, 26 Mar 1997 08:41:42 +0000 (08:41 +0000)
committerdownsj <downsj@openbsd.org>
Wed, 26 Mar 1997 08:41:42 +0000 (08:41 +0000)
sys/arch/hp300/dev/st.c

index bd31da2..7b7b91e 100644 (file)
@@ -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)