diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2014-05-30 22:34:06 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2014-05-30 22:34:06 +0000 |
| commit | 700515aa62f1db839bea893fe9ce6814473d68c3 (patch) | |
| tree | 066f42c2570791a207d349fcf9f9368c955feb93 /sys | |
| parent | a90539544c0c85f094d6e8ecd825174a26dfe8b9 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet/tcp_timewait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c index 3255af0061e0..716358569d41 100644 --- a/sys/netinet/tcp_timewait.c +++ b/sys/netinet/tcp_timewait.c @@ -363,7 +363,7 @@ tcp_twstart(struct tcpcb *tp) * looking for a pcb in the listen state. Returns 0 otherwise. */ int -tcp_twcheck(struct inpcb *inp, struct tcpopt *to, struct tcphdr *th, +tcp_twcheck(struct inpcb *inp, struct tcpopt *to __unused, struct tcphdr *th, struct mbuf *m, int tlen) { struct tcptw *tw; |
