summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/tcp_input.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-28 04:38:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-28 04:38:00 +0000
commit239d981f8da67a3b4389d38a1f864a8dd14cd054 (patch)
tree0569443acfc2bb9efe176947af7a6209b21fce78 /cpukit/libnetworking/netinet/tcp_input.c
parent2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-239d981f8da67a3b4389d38a1f864a8dd14cd054.tar.bz2
Eliminate __P().
Diffstat (limited to 'cpukit/libnetworking/netinet/tcp_input.c')
-rw-r--r--cpukit/libnetworking/netinet/tcp_input.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpukit/libnetworking/netinet/tcp_input.c b/cpukit/libnetworking/netinet/tcp_input.c
index 6cde8daf5e..648ddf85b6 100644
--- a/cpukit/libnetworking/netinet/tcp_input.c
+++ b/cpukit/libnetworking/netinet/tcp_input.c
@@ -87,12 +87,12 @@ u_long tcp_now;
struct inpcbhead tcb;
struct inpcbinfo tcbinfo;
-static void tcp_dooptions __P((struct tcpcb *,
- u_char *, int, struct tcpiphdr *, struct tcpopt *));
-static void tcp_pulloutofband __P((struct socket *,
- struct tcpiphdr *, struct mbuf *));
-static int tcp_reass __P((struct tcpcb *, struct tcpiphdr *, struct mbuf *));
-static void tcp_xmit_timer __P((struct tcpcb *, int));
+static void tcp_dooptions(struct tcpcb *,
+ u_char *, int, struct tcpiphdr *, struct tcpopt *);
+static void tcp_pulloutofband(struct socket *,
+ struct tcpiphdr *, struct mbuf *);
+static int tcp_reass(struct tcpcb *, struct tcpiphdr *, struct mbuf *);
+static void tcp_xmit_timer(struct tcpcb *, int);
#endif /* TUBA_INCLUDE */