summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd/pccardd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pccard/pccardd/pccardd.c')
-rw-r--r--usr.sbin/pccard/pccardd/pccardd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pccard/pccardd/pccardd.c b/usr.sbin/pccard/pccardd/pccardd.c
index ec481e9..16157b2 100644
--- a/usr.sbin/pccard/pccardd/pccardd.c
+++ b/usr.sbin/pccard/pccardd/pccardd.c
@@ -120,6 +120,7 @@ write_pid()
}
}
+int doverbose = 0;
/*
* mainline code for cardd
*/
@@ -128,7 +129,6 @@ main(int argc, char *argv[])
{
struct slot *slots, *sp;
int count, dodebug = 0;
- int doverbose = 0;
int delay = 0;
int irq_arg[16];
int irq_specified = 0;
OpenPOWER on IntegriCloud