summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-11-27 23:30:48 +0000
committerats <ats@FreeBSD.org>1994-11-27 23:30:48 +0000
commit9beb2cb7dba793c8bf3482ac94ffb5bcd7dd9114 (patch)
treed8c5ae65921e0237095aa0e3dccef56bc378567f /sys
parent455c3974126ccb15f6bd4c9d2d32936612955c27 (diff)
downloadFreeBSD-src-9beb2cb7dba793c8bf3482ac94ffb5bcd7dd9114.zip
FreeBSD-src-9beb2cb7dba793c8bf3482ac94ffb5bcd7dd9114.tar.gz
Include "scbus.h" in scsiconfig.c to get the number NSCBUS from the
config file.
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/scsiconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index bd5776c..c502b5f 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsiconf.c,v 1.14 1994/11/14 23:39:32 ats Exp $
+ * $Id: scsiconf.c,v 1.15 1994/11/17 23:22:22 ats Exp $
*/
#include <sys/types.h>
@@ -30,6 +30,7 @@
#include "cd.h"
#include "uk.h"
#include "su.h"
+#include "scbus.h"
#ifndef NSCBUS
#define NSCBUS 8
#endif /* NSCBUS */
OpenPOWER on IntegriCloud