summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/isa_machdep.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-03-20 00:31:09 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-03-20 00:31:09 +0000
commit93ce481f9dd927ef994251f523fcf65ad4d2064d (patch)
tree45278040775ccd7359f62f450028f2a97f41087c /sys/arch/i386/isa/isa_machdep.h
parent2e10b7a7af1f4e9e040a2d72a7fde7278acc707d (diff)
Fix back wrong patches.
Diffstat (limited to 'sys/arch/i386/isa/isa_machdep.h')
-rw-r--r--sys/arch/i386/isa/isa_machdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/i386/isa/isa_machdep.h b/sys/arch/i386/isa/isa_machdep.h
index 495653d9b65..76d4f7770fa 100644
--- a/sys/arch/i386/isa/isa_machdep.h
+++ b/sys/arch/i386/isa/isa_machdep.h
@@ -89,6 +89,7 @@ struct intrhand {
struct intrhand *ih_next;
int ih_level;
int ih_irq;
+ char *ih_what;
};