diff options
-rw-r--r-- | usr.sbin/pccard/pccardd/file.c | 2 |
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) |