diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-20 00:31:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-20 00:31:09 +0000 |
commit | 93ce481f9dd927ef994251f523fcf65ad4d2064d (patch) | |
tree | 45278040775ccd7359f62f450028f2a97f41087c /sys/arch/i386/isa/isa_machdep.h | |
parent | 2e10b7a7af1f4e9e040a2d72a7fde7278acc707d (diff) |
Fix back wrong patches.
Diffstat (limited to 'sys/arch/i386/isa/isa_machdep.h')
-rw-r--r-- | sys/arch/i386/isa/isa_machdep.h | 1 |
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; }; |