summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pccard/pccardd')
-rw-r--r--usr.sbin/pccard/pccardd/file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pccard/pccardd/file.c b/usr.sbin/pccard/pccardd/file.c
index cfce668..d7482da 100644
--- a/usr.sbin/pccard/pccardd/file.c
+++ b/usr.sbin/pccard/pccardd/file.c
@@ -678,6 +678,8 @@ irq_tok(int force)
if (strcmp("?", next_tok()) == 0 && force)
return (0);
+ if (strcmp("any", next_tok()) == 0 && force)
+ return (0);
pusht = 1;
i = num_tok();
if (i > 0 && i < 16)
OpenPOWER on IntegriCloud