summaryrefslogtreecommitdiff
path: root/sys/scsi/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r--sys/scsi/st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 0722bed0d0a..84efb0ca844 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: st.c,v 1.42 2004/10/16 04:05:39 krw Exp $ */
+/* $OpenBSD: st.c,v 1.43 2004/11/30 19:28:37 krw Exp $ */
/* $NetBSD: st.c,v 1.71 1997/02/21 23:03:49 thorpej Exp $ */
/*
@@ -1296,7 +1296,7 @@ stioctl(dev, cmd, arg, flag, p)
default:
if (STMODE(dev) == CTLMODE)
- error = scsi_do_safeioctl(st->sc_link, dev,
+ error = scsi_do_ioctl(st->sc_link, dev,
cmd, arg, flag, p);
else
error = ENOTTY;