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 f311aa48762..3f88efd1c58 100644 --- a/sys/scsi/st.c +++ b/sys/scsi/st.c @@ -1,4 +1,4 @@ -/* $OpenBSD: st.c,v 1.133 2017/05/29 07:47:13 krw Exp $ */ +/* $OpenBSD: st.c,v 1.134 2017/09/08 05:36:53 deraadt Exp $ */ /* $NetBSD: st.c,v 1.71 1997/02/21 23:03:49 thorpej Exp $ */ /* @@ -54,7 +54,6 @@ * to be depending on whether we expect to retension or not. */ -#include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/timeout.h> |