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 ba70336..4bca2c4 100644
--- a/usr.sbin/pccard/pccardd/pccardd.c
+++ b/usr.sbin/pccard/pccardd/pccardd.c
@@ -171,7 +171,7 @@ main(int argc, char *argv[])
while ((count = getopt(argc, argv, COM_OPTS)) != -1) {
switch (count) {
case 'I':
- use_kern_irq = 0;
+ /* use_kern_irq = 0; */
break;
case 'd':
setbuf(stdout, 0);
OpenPOWER on IntegriCloud