summaryrefslogtreecommitdiff
path: root/sys/dev/isa/gus_isapnp.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/gus_isapnp.c
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/dev/isa/gus_isapnp.c')
-rw-r--r--sys/dev/isa/gus_isapnp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/gus_isapnp.c b/sys/dev/isa/gus_isapnp.c
index be932a64d2c..0700ce4745f 100644
--- a/sys/dev/isa/gus_isapnp.c
+++ b/sys/dev/isa/gus_isapnp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gus_isapnp.c,v 1.2 2001/01/29 05:30:31 mickey Exp $ */
+/* $OpenBSD: gus_isapnp.c,v 1.3 2002/03/14 01:26:56 millert Exp $ */
/* $NetBSD: gus.c,v 1.51 1998/01/25 23:48:06 mycroft Exp $ */
/*-
@@ -130,8 +130,8 @@
#include "gusreg.h"
#include "gusvar.h"
-int gus_isapnp_match __P((struct device *, void *, void *));
-void gus_isapnp_attach __P((struct device *, struct device *, void *));
+int gus_isapnp_match(struct device *, void *, void *);
+void gus_isapnp_attach(struct device *, struct device *, void *);
struct cfattach gus_isapnp_ca = {
sizeof(struct gus_softc), gus_isapnp_match, gus_isapnp_attach