diff options
author | 2002-03-14 03:15:49 +0000 | |
---|---|---|
committer | 2002-03-14 03:15:49 +0000 | |
commit | 4f9e30d05c4b39ece1e3c5a9323df2ddfd85bd9b (patch) | |
tree | 021b0ffa6ce82de256743d5f188c18bf3aee34de /sys/dev/isa/tcic2_isa.c | |
parent | generate std ANSI protos, not __P ones (diff) | |
download | wireguard-openbsd-4f9e30d05c4b39ece1e3c5a9323df2ddfd85bd9b.tar.xz wireguard-openbsd-4f9e30d05c4b39ece1e3c5a9323df2ddfd85bd9b.zip |
Final __P removal plus some cosmetic fixups
Diffstat (limited to 'sys/dev/isa/tcic2_isa.c')
-rw-r--r-- | sys/dev/isa/tcic2_isa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/tcic2_isa.c b/sys/dev/isa/tcic2_isa.c index d6706b5f1b9..da8e26434eb 100644 --- a/sys/dev/isa/tcic2_isa.c +++ b/sys/dev/isa/tcic2_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcic2_isa.c,v 1.4 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: tcic2_isa.c,v 1.5 2002/03/14 03:16:05 millert Exp $ */ /* $NetBSD: tcic2_isa.c,v 1.2 1999/04/08 16:14:29 bad Exp $ */ #undef TCICISADEBUG @@ -111,8 +111,8 @@ int tcic_isa_debug = 1; int tcic_isa_probe(struct device *, void *, void *); void tcic_isa_attach(struct device *, struct device *, void *); -void *tcic_isa_chip_intr_establish __P((pcmcia_chipset_handle_t, - struct pcmcia_function *, int, int (*) (void *), void *, char *)); +void *tcic_isa_chip_intr_establish(pcmcia_chipset_handle_t, + struct pcmcia_function *, int, int (*) (void *), void *, char *); void tcic_isa_chip_intr_disestablish(pcmcia_chipset_handle_t, void *); struct cfattach tcic_isa_ca = { |