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/pci/cy_pci.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/pci/cy_pci.c')
-rw-r--r-- | sys/dev/pci/cy_pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/cy_pci.c b/sys/dev/pci/cy_pci.c index 527214465bd..e1ebbe84975 100644 --- a/sys/dev/pci/cy_pci.c +++ b/sys/dev/pci/cy_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cy_pci.c,v 1.8 2001/08/25 10:13:29 art Exp $ */ +/* $OpenBSD: cy_pci.c,v 1.9 2002/03/14 01:26:58 millert Exp $ */ /* * cy_pci.c @@ -22,8 +22,8 @@ #include <dev/ic/cd1400reg.h> #include <dev/ic/cyreg.h> -int cy_pci_match __P((struct device *, void *, void *)); -void cy_pci_attach __P((struct device *, struct device *, void *)); +int cy_pci_match(struct device *, void *, void *); +void cy_pci_attach(struct device *, struct device *, void *); struct cfattach cy_pci_ca = { sizeof(struct cy_softc), cy_pci_match, cy_pci_attach |