summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-06 23:44:23 +0000
committerbde <bde@FreeBSD.org>1995-12-06 23:44:23 +0000
commit369f41ad46df402995bdb9d0f3e2bf0534b3c81d (patch)
treee3036059bd6d58e16e7f515e25e247da3960b4d1 /sys/scsi
parent63875293f27fe7fb41a40c649091ea2d9a17d96b (diff)
downloadFreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.zip
FreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.tar.gz
Removed unnecessary #includes of <sys/user.h>. Some of these were just
to get the definitions of TRUE and FALSE which happen to be defined in a deeply nested include. Added nearby #includes of <sys/conf.h> where appropriate.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/ch.c3
-rw-r--r--sys/scsi/st.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/scsi/ch.c b/sys/scsi/ch.c
index b95a872..9724593 100644
--- a/sys/scsi/ch.c
+++ b/sys/scsi/ch.c
@@ -2,7 +2,7 @@
* Written by grefen@convex.com (probably moved by now)
* Based on scsi drivers by Julian Elischer (julian@tfs.com)
*
- * $Id: ch.c,v 1.23 1995/11/29 10:48:56 julian Exp $
+ * $Id: ch.c,v 1.24 1995/11/29 14:40:54 julian Exp $
*/
#include <sys/types.h>
@@ -15,7 +15,6 @@
#include <sys/ioctl.h>
#include <sys/buf.h>
#include <sys/proc.h>
-#include <sys/user.h>
#include <sys/chio.h>
#include <sys/malloc.h>
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index f7c5964..4dc59c5 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: st.c,v 1.46 1995/11/29 14:41:04 julian Exp $
+ * $Id: st.c,v 1.47 1995/11/30 07:43:47 pst Exp $
*/
/*
@@ -38,7 +38,6 @@
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/proc.h>
-#include <sys/user.h>
#include <sys/mtio.h>
#include <scsi/scsi_all.h>
OpenPOWER on IntegriCloud