summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/isa.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-08-15 05:26:19 +0000
committerderaadt <deraadt@openbsd.org>1996-08-15 05:26:19 +0000
commit1cd588f85dc8fe6ded61964fd6b7c470588282ec (patch)
tree103713e6c57fe1b461a9b72927466003804f0094 /sys/dev/isa/isa.c
parentwarn about 0x666 thingy; use correct isa_attach_args for extent maps (diff)
downloadwireguard-openbsd-1cd588f85dc8fe6ded61964fd6b7c470588282ec.tar.xz
wireguard-openbsd-1cd588f85dc8fe6ded61964fd6b7c470588282ec.zip
repair proto
Diffstat (limited to 'sys/dev/isa/isa.c')
-rw-r--r--sys/dev/isa/isa.c4
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);