summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/ip_output.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/ip_output.c
parent2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e5d6315e20278ce7a678d47def518a5416888c19.tar.bz2
Eliminate __P().
Diffstat (limited to 'cpukit/libnetworking/netinet/ip_output.c')
-rw-r--r--cpukit/libnetworking/netinet/ip_output.c12
1 files changed, 6 insertions, 6 deletions
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[];