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/mac68k/dev/asc.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/mac68k/dev/asc.c')
-rw-r--r-- | sys/arch/mac68k/dev/asc.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/mac68k/dev/asc.c b/sys/arch/mac68k/dev/asc.c index 0806cce19d5..003699da211 100644 --- a/sys/arch/mac68k/dev/asc.c +++ b/sys/arch/mac68k/dev/asc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asc.c,v 1.13 2001/11/06 19:53:14 miod Exp $ */ +/* $OpenBSD: asc.c,v 1.14 2002/03/14 01:26:35 millert Exp $ */ /* $NetBSD: asc.c,v 1.20 1997/02/24 05:47:33 scottr Exp $ */ /* @@ -93,11 +93,11 @@ static u_int8_t asc_wave_tab[0x800]; -static int asc_ring_bell __P((void *, int, int, int)); -static void asc_stop_bell __P((void *)); +static int asc_ring_bell(void *, int, int, int); +static void asc_stop_bell(void *); -static int ascmatch __P((struct device *, void *, void *)); -static void ascattach __P((struct device *, struct device *, void *)); +static int ascmatch(struct device *, void *, void *); +static void ascattach(struct device *, struct device *, void *); struct cfattach asc_ca = { sizeof(struct asc_softc), ascmatch, ascattach |