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/if_ne_isapnp.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/isa/if_ne_isapnp.c')
-rw-r--r-- | sys/dev/isa/if_ne_isapnp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/if_ne_isapnp.c b/sys/dev/isa/if_ne_isapnp.c index eacb4830aa1..000ab3f4297 100644 --- a/sys/dev/isa/if_ne_isapnp.c +++ b/sys/dev/isa/if_ne_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_isapnp.c,v 1.4 2001/03/12 05:37:00 aaron Exp $ */ +/* $OpenBSD: if_ne_isapnp.c,v 1.5 2002/03/14 01:26:56 millert Exp $ */ /* $NetBSD: if_ne_isapnp.c,v 1.7 1998/07/23 19:30:45 christos Exp $ */ /*- @@ -99,8 +99,8 @@ #include <dev/isa/isapnpdevs.h> #endif -static int ne_isapnp_match __P((struct device *, void *, void *)); -static void ne_isapnp_attach __P((struct device *, struct device *, void *)); +static int ne_isapnp_match(struct device *, void *, void *); +static void ne_isapnp_attach(struct device *, struct device *, void *); struct ne_isapnp_softc { struct ne2000_softc sc_ne2000; /* real "ne2000" softc */ |