mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 23:28:57 +00:00
Fix broken SCSI_DELAY option.. (missing #include "opt_scsi.h")
Pointed out by: Boyd Faulkner <faulkner@asgard.bga.com>
This commit is contained in:
parent
46d66d275b
commit
c146b42dc0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14435
@ -16,9 +16,11 @@
|
||||
*
|
||||
* New configuration setup: dufault@hda.com
|
||||
*
|
||||
* $Id: scsiconf.c,v 1.54 1996/02/17 23:59:24 se Exp $
|
||||
* $Id: scsiconf.c,v 1.55 1996/02/19 09:26:07 julian Exp $
|
||||
*/
|
||||
|
||||
#include "opt_scsi.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
Loading…
Reference in New Issue
Block a user