summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/in_pcb.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-28 05:23:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-28 05:23:18 +0000
commite5d6315e20278ce7a678d47def518a5416888c19 (patch)
tree4e06b8236a008ae65886c7aef8c9e7783047804e /cpukit/libnetworking/netinet/in_pcb.c
parent2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e5d6315e20278ce7a678d47def518a5416888c19.tar.bz2
Eliminate __P().
Diffstat (limited to 'cpukit/libnetworking/netinet/in_pcb.c')
-rw-r--r--cpukit/libnetworking/netinet/in_pcb.c6
1 files changed, 3 insertions, 3 deletions
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;