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/arch/i386/pci/sis85c503.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/i386/pci/sis85c503.c')
-rw-r--r-- | sys/arch/i386/pci/sis85c503.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/pci/sis85c503.c b/sys/arch/i386/pci/sis85c503.c index 32697ccb144..8e70cb53bb2 100644 --- a/sys/arch/i386/pci/sis85c503.c +++ b/sys/arch/i386/pci/sis85c503.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sis85c503.c,v 1.5 2001/01/25 00:07:41 mickey Exp $ */ +/* $OpenBSD: sis85c503.c,v 1.6 2002/03/14 01:26:33 millert Exp $ */ /* $NetBSD: sis85c503.c,v 1.2 2000/07/18 11:24:09 soda Exp $ */ /*- @@ -82,9 +82,9 @@ #include <i386/pci/sis85c503reg.h> #include <i386/pci/piixvar.h> -int sis85c503_getclink __P((pciintr_icu_handle_t, int, int *)); -int sis85c503_get_intr __P((pciintr_icu_handle_t, int, int *)); -int sis85c503_set_intr __P((pciintr_icu_handle_t, int, int)); +int sis85c503_getclink(pciintr_icu_handle_t, int, int *); +int sis85c503_get_intr(pciintr_icu_handle_t, int, int *); +int sis85c503_set_intr(pciintr_icu_handle_t, int, int); const struct pciintr_icu sis85c503_pci_icu = { sis85c503_getclink, |