diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/isa/wss_isapnp.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/isa/wss_isapnp.c')
-rw-r--r-- | sys/dev/isa/wss_isapnp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/wss_isapnp.c b/sys/dev/isa/wss_isapnp.c index 1cf51eb5e41..5229b6c7649 100644 --- a/sys/dev/isa/wss_isapnp.c +++ b/sys/dev/isa/wss_isapnp.c @@ -61,8 +61,8 @@ #include <dev/isa/wssreg.h> #include <dev/isa/wssvar.h> -int wss_isapnp_match __P((struct device *, void *, void *)); -void wss_isapnp_attach __P((struct device *, struct device *, void *)); +int wss_isapnp_match(struct device *, void *, void *); +void wss_isapnp_attach(struct device *, struct device *, void *); struct cfattach wss_isapnp_ca = { sizeof(struct wss_softc), wss_isapnp_match, wss_isapnp_attach |