diff options
author | bde <bde@FreeBSD.org> | 1996-04-07 17:03:12 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-04-07 17:03:12 +0000 |
commit | 53619b445e362ef9dd34c48e94397c00ae5be51e (patch) | |
tree | c99ce803d305d9d8d4cdb90ed884d2689ee05ef2 /sys | |
parent | feb665fd7f948812ddc45c24ba4092f4fa41cf42 (diff) | |
download | FreeBSD-src-53619b445e362ef9dd34c48e94397c00ae5be51e.zip FreeBSD-src-53619b445e362ef9dd34c48e94397c00ae5be51e.tar.gz |
Removed unused declaration of bootverbose.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/eisa/eisaconf.c | 3 | ||||
-rw-r--r-- | sys/i386/eisa/eisaconf.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index fa7f9eb..8463ba4 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -18,7 +18,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: eisaconf.c,v 1.16 1996/02/26 01:01:41 gibbs Exp $ + * $Id: eisaconf.c,v 1.17 1996/03/10 07:04:27 gibbs Exp $ */ #include <sys/param.h> #include <sys/systm.h> @@ -38,7 +38,6 @@ struct eisa_device_node{ }; extern struct kern_devconf kdc_cpu0; -extern int bootverbose; struct kern_devconf kdc_eisa0 = { 0, 0, 0, /* filled in by dev_attach */ diff --git a/sys/i386/eisa/eisaconf.c b/sys/i386/eisa/eisaconf.c index fa7f9eb..8463ba4 100644 --- a/sys/i386/eisa/eisaconf.c +++ b/sys/i386/eisa/eisaconf.c @@ -18,7 +18,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: eisaconf.c,v 1.16 1996/02/26 01:01:41 gibbs Exp $ + * $Id: eisaconf.c,v 1.17 1996/03/10 07:04:27 gibbs Exp $ */ #include <sys/param.h> #include <sys/systm.h> @@ -38,7 +38,6 @@ struct eisa_device_node{ }; extern struct kern_devconf kdc_cpu0; -extern int bootverbose; struct kern_devconf kdc_eisa0 = { 0, 0, 0, /* filled in by dev_attach */ |