From 492ea085ecf68f8786c638f33a562de72716a59a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 27 May 2002 20:07:07 +0000 Subject: left over __P removals --- sys/arch/alpha/tc/scc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/alpha') diff --git a/sys/arch/alpha/tc/scc.c b/sys/arch/alpha/tc/scc.c index b1734b53296..9ec4912a9c7 100644 --- a/sys/arch/alpha/tc/scc.c +++ b/sys/arch/alpha/tc/scc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scc.c,v 1.15 2002/05/02 22:56:06 miod Exp $ */ +/* $OpenBSD: scc.c,v 1.16 2002/05/27 20:07:06 deraadt Exp $ */ /* $NetBSD: scc.c,v 1.58 2002/03/17 19:40:27 atatat Exp $ */ /* @@ -332,7 +332,7 @@ sccattach(parent, self, aux) if (cntr == 0) tty_attach(tp); pdp->p_arg = (long)tp; - pdp->p_fcn = (void (*)__P((struct tty*)))0; + pdp->p_fcn = (void (*)(struct tty*))0; tp->t_dev = (dev_t)((sc->sc_dv.dv_unit << 1) | cntr); pdp++; } -- cgit v1.2.3