From c9985516e46bc6cccc11eac067da81d7968b7700 Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 19 Mar 2002 21:54:18 +0000 Subject: Remove __P. --- sys/net/if_atm.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/net/if_atm.h') diff --git a/sys/net/if_atm.h b/sys/net/if_atm.h index fbd2792..cafe5a7 100644 --- a/sys/net/if_atm.h +++ b/sys/net/if_atm.h @@ -98,10 +98,10 @@ struct atmllc { } #ifdef _KERNEL -void atm_ifattach __P((struct ifnet *)); -void atm_input __P((struct ifnet *, struct atm_pseudohdr *, - struct mbuf *, void *)); -int atm_output __P((struct ifnet *, struct mbuf *, struct sockaddr *, - struct rtentry *)); +void atm_ifattach(struct ifnet *); +void atm_input(struct ifnet *, struct atm_pseudohdr *, + struct mbuf *, void *); +int atm_output(struct ifnet *, struct mbuf *, struct sockaddr *, + struct rtentry *); #endif -- cgit v1.1