From e5d6315e20278ce7a678d47def518a5416888c19 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 28 Mar 2007 05:23:18 +0000 Subject: Eliminate __P(). --- cpukit/libnetworking/netinet/ip_output.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cpukit/libnetworking/netinet/ip_output.c') diff --git a/cpukit/libnetworking/netinet/ip_output.c b/cpukit/libnetworking/netinet/ip_output.c index 8d4a2e8a7f..3ce3901042 100644 --- a/cpukit/libnetworking/netinet/ip_output.c +++ b/cpukit/libnetworking/netinet/ip_output.c @@ -70,15 +70,15 @@ u_short ip_id; -static struct mbuf *ip_insertoptions __P((struct mbuf *, struct mbuf *, int *)); +static struct mbuf *ip_insertoptions(struct mbuf *, struct mbuf *, int *); static void ip_mloopback - __P((struct ifnet *, struct mbuf *, struct sockaddr_in *, int)); + (struct ifnet *, struct mbuf *, struct sockaddr_in *, int); static int ip_getmoptions - __P((int, struct ip_moptions *, struct mbuf **)); -static int ip_optcopy __P((struct ip *, struct ip *)); -static int ip_pcbopts __P((struct mbuf **, struct mbuf *)); + (int, struct ip_moptions *, struct mbuf **); +static int ip_optcopy(struct ip *, struct ip *); +static int ip_pcbopts(struct mbuf **, struct mbuf *); static int ip_setmoptions - __P((int, struct ip_moptions **, struct mbuf *)); + (int, struct ip_moptions **, struct mbuf *); extern struct protosw inetsw[]; -- cgit v1.2.3