summaryrefslogtreecommitdiff
path: root/sys/dev/isa/bha_isa.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/isa/bha_isa.c
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/dev/isa/bha_isa.c')
-rw-r--r--sys/dev/isa/bha_isa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/bha_isa.c b/sys/dev/isa/bha_isa.c
index a920acf974a..e63b9c2d742 100644
--- a/sys/dev/isa/bha_isa.c
+++ b/sys/dev/isa/bha_isa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bha_isa.c,v 1.1 2002/01/24 22:38:03 mickey Exp $ */
+/* $OpenBSD: bha_isa.c,v 1.2 2002/03/14 01:26:56 millert Exp $ */
/* $NetBSD: bha_isa.c,v 1.14 1998/08/15 10:10:51 mycroft Exp $ */
/*-
@@ -62,8 +62,8 @@ int nbtports;
#define BHA_ISA_IOSIZE 4
-int bha_isa_probe __P((struct device *, void *, void *));
-void bha_isa_attach __P((struct device *, struct device *, void *));
+int bha_isa_probe(struct device *, void *, void *);
+void bha_isa_attach(struct device *, struct device *, void *);
struct cfattach bha_isa_ca = {
sizeof(struct bha_softc), bha_isa_probe, bha_isa_attach