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/sparc64/dev/z8530sc.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/sparc64/dev/z8530sc.c')
-rw-r--r-- | sys/arch/sparc64/dev/z8530sc.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/sparc64/dev/z8530sc.c b/sys/arch/sparc64/dev/z8530sc.c index fa631060e13..df0a27bd052 100644 --- a/sys/arch/sparc64/dev/z8530sc.c +++ b/sys/arch/sparc64/dev/z8530sc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530sc.c,v 1.1 2001/08/21 21:42:30 jason Exp $ */ +/* $OpenBSD: z8530sc.c,v 1.2 2002/03/14 01:26:45 millert Exp $ */ /* $NetBSD: z8530sc.c,v 1.15 2001/07/07 15:53:22 thorpej Exp $ */ /* @@ -311,10 +311,10 @@ zsc_intr_soft(arg) * Provide a null zs "ops" vector. */ -static void zsnull_rxint __P((struct zs_chanstate *)); -static void zsnull_stint __P((struct zs_chanstate *, int)); -static void zsnull_txint __P((struct zs_chanstate *)); -static void zsnull_softint __P((struct zs_chanstate *)); +static void zsnull_rxint(struct zs_chanstate *); +static void zsnull_stint(struct zs_chanstate *, int); +static void zsnull_txint(struct zs_chanstate *); +static void zsnull_softint(struct zs_chanstate *); static void zsnull_rxint(cs) |