diff options
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r-- | sys/scsi/st.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c index cd5dc44f612..49efecd5da0 100644 --- a/sys/scsi/st.c +++ b/sys/scsi/st.c @@ -1,4 +1,4 @@ -/* $OpenBSD: st.c,v 1.99 2010/06/25 04:29:39 dlg Exp $ */ +/* $OpenBSD: st.c,v 1.100 2010/06/26 23:24:45 guenther Exp $ */ /* $NetBSD: st.c,v 1.71 1997/02/21 23:03:49 thorpej Exp $ */ /* @@ -65,7 +65,6 @@ #include <sys/malloc.h> #include <sys/buf.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/mtio.h> #include <sys/device.h> #include <sys/conf.h> |