summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-04-07 16:45:36 +0000
committerbde <bde@FreeBSD.org>1996-04-07 16:45:36 +0000
commitd8bbfe26c93271bf253053eb67c221c0a92fce75 (patch)
tree67627ab8c00969f027ffd7a74b338f29d76168a0 /sys
parentad8fa4b2a3405126e56c89d90f596a3f6132830d (diff)
downloadFreeBSD-src-d8bbfe26c93271bf253053eb67c221c0a92fce75.zip
FreeBSD-src-d8bbfe26c93271bf253053eb67c221c0a92fce75.tar.gz
Moved declaration of bootverbose to a better place. Externs should
only be declared in headers.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/scsi/aic7xxx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/scsi/aic7xxx.h b/sys/i386/scsi/aic7xxx.h
index c8b2d96..6ffcf6e 100644
--- a/sys/i386/scsi/aic7xxx.h
+++ b/sys/i386/scsi/aic7xxx.h
@@ -20,7 +20,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: aic7xxx.h,v 1.22 1996/03/10 07:11:44 gibbs Exp $
+ * $Id: aic7xxx.h,v 1.23 1996/03/31 03:15:31 gibbs Exp $
*/
#ifndef _AIC7XXX_H_
@@ -40,7 +40,6 @@
/* #define AHCDEBUG */
-extern int bootverbose;
typedef unsigned long int physaddr;
extern u_long ahc_unit;
OpenPOWER on IntegriCloud