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/in_pcb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/libnetworking/netinet/in_pcb.c') diff --git a/cpukit/libnetworking/netinet/in_pcb.c b/cpukit/libnetworking/netinet/in_pcb.c index 0cdaedf52c..ad9ca810ef 100644 --- a/cpukit/libnetworking/netinet/in_pcb.c +++ b/cpukit/libnetworking/netinet/in_pcb.c @@ -61,8 +61,8 @@ struct in_addr zeroin_addr; -static void in_pcbinshash __P((struct inpcb *)); -static void in_rtchange __P((struct inpcb *, int)); +static void in_pcbinshash(struct inpcb *); +static void in_rtchange(struct inpcb *, int); /* * These configure the range of local port addresses assigned to @@ -513,7 +513,7 @@ in_pcbnotify(head, dst, fport_arg, laddr, lport_arg, cmd, notify) u_int fport_arg, lport_arg; struct in_addr laddr; int cmd; - void (*notify) __P((struct inpcb *, int)); + void (*notify)(struct inpcb *, int); { register struct inpcb *inp, *oinp; struct in_addr faddr; -- cgit v1.2.3