summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-03-26 08:41:43 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-03-26 08:41:43 +0000
commitde752b11add3c1b94105201564b5f6a9c636266c (patch)
tree2fd21d3a7a863196a7da5e486886b6962309cf64 /sys/arch
parent10dee766076c05a458fafe67067886c5336a9f61 (diff)
sync
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hp300/dev/st.c6
1 files 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)