diff options
author | bde <bde@FreeBSD.org> | 1996-09-10 23:31:13 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-09-10 23:31:13 +0000 |
commit | 4b1a7c107d12dcaa90f1733628ef92b9daabf17d (patch) | |
tree | 694ee7f35a28ef2be59bd7a989e9073882d81ecd /sys/scsi | |
parent | 059cd92beecd7b436c11af3f9ec6dd0b48b2eef5 (diff) | |
download | FreeBSD-src-4b1a7c107d12dcaa90f1733628ef92b9daabf17d.zip FreeBSD-src-4b1a7c107d12dcaa90f1733628ef92b9daabf17d.tar.gz |
Removed more devconf leftovers.
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/scsiconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 2b8439f..60e747b 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -16,7 +16,7 @@ * * New configuration setup: dufault@hda.com * - * $Id: scsiconf.c,v 1.62 1996/09/06 23:09:15 phk Exp $ + * $Id: scsiconf.c,v 1.63 1996/09/08 10:44:16 phk Exp $ */ #include "opt_scsi.h" @@ -26,7 +26,6 @@ #include <sys/systm.h> #include <sys/stat.h> #include <sys/malloc.h> -#include <sys/sysctl.h> #include <sys/conf.h> #ifdef PC98 #include <sys/device.h> |