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/cy_isa.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/isa/cy_isa.c')
-rw-r--r-- | sys/dev/isa/cy_isa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/cy_isa.c b/sys/dev/isa/cy_isa.c index 363e883215a..e151e8f2a88 100644 --- a/sys/dev/isa/cy_isa.c +++ b/sys/dev/isa/cy_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cy_isa.c,v 1.6 2001/08/20 04:41:39 smart Exp $ */ +/* $OpenBSD: cy_isa.c,v 1.7 2002/03/14 01:26:56 millert Exp $ */ /* * cy_isa.c @@ -21,8 +21,8 @@ #include <dev/ic/cd1400reg.h> #include <dev/ic/cyreg.h> -static int cy_isa_probe __P((struct device *, void *, void *)); -void cy_isa_attach __P((struct device *, struct device *, void *)); +static int cy_isa_probe(struct device *, void *, void *); +void cy_isa_attach(struct device *, struct device *, void *); struct cfattach cy_isa_ca = { sizeof(struct cy_softc), cy_isa_probe, cy_isa_attach |