diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-15 05:26:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-15 05:26:20 +0000 |
commit | b2852e2a5b51ef3ec88bd2fca9c71e5b057a720a (patch) | |
tree | b168f9f3e02933e84cb35732e3bcfee1ed66322d /sys/dev/isa/isa.c | |
parent | c343cb69ac7bf8e0e83f037876dd5e244bd6ad64 (diff) |
repair proto
Diffstat (limited to 'sys/dev/isa/isa.c')
-rw-r--r-- | sys/dev/isa/isa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c index 70492aff148..2773c0bc55e 100644 --- a/sys/dev/isa/isa.c +++ b/sys/dev/isa/isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa.c,v 1.14 1996/08/15 04:46:49 deraadt Exp $ */ +/* $OpenBSD: isa.c,v 1.15 1996/08/15 05:26:19 deraadt Exp $ */ /* $NetBSD: isa.c,v 1.85 1996/05/14 00:31:04 thorpej Exp $ */ /*- @@ -81,7 +81,7 @@ isaattach(parent, self, aux) struct isa_softc *sc = (struct isa_softc *)self; struct isabus_attach_args *iba = aux; #if NISAPNP > 0 - void postisapnpattach(struct device *, struct device *, void *); + void postisapnpattach __P((struct device *, struct device *, void *)); #endif /* NISAPNP > 0 */ isa_attach_hook(parent, self, iba); |