summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-19 21:25:46 +0000
committeralfred <alfred@FreeBSD.org>2002-03-19 21:25:46 +0000
commit357e37e023059920b1f80494e489797e2f69a3dd (patch)
tree7ea68f3b5c452a55df6c05b903dae3ac1e8f71f9 /sys/netinet/tcp_input.c
parentca2e5c188ee68045b54a86bfefcfd4a75e174221 (diff)
downloadFreeBSD-src-357e37e023059920b1f80494e489797e2f69a3dd.zip
FreeBSD-src-357e37e023059920b1f80494e489797e2f69a3dd.tar.gz
Remove __P.
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index fbf64bd..b1a392f 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -130,13 +130,13 @@ struct inpcbhead tcb;
#define tcb6 tcb /* for KAME src sync over BSD*'s */
struct inpcbinfo tcbinfo;
-static void tcp_dooptions __P((struct tcpopt *, u_char *, int, int));
-static void tcp_pulloutofband __P((struct socket *,
- struct tcphdr *, struct mbuf *, int));
-static int tcp_reass __P((struct tcpcb *, struct tcphdr *, int *,
- struct mbuf *));
-static void tcp_xmit_timer __P((struct tcpcb *, int));
-static int tcp_newreno __P((struct tcpcb *, struct tcphdr *));
+static void tcp_dooptions(struct tcpopt *, u_char *, int, int);
+static void tcp_pulloutofband(struct socket *,
+ struct tcphdr *, struct mbuf *, int);
+static int tcp_reass(struct tcpcb *, struct tcphdr *, int *,
+ struct mbuf *);
+static void tcp_xmit_timer(struct tcpcb *, int);
+static int tcp_newreno(struct tcpcb *, struct tcphdr *);
/* Neighbor Discovery, Neighbor Unreachability Detection Upper layer hint. */
#ifdef INET6
OpenPOWER on IntegriCloud