summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-08-03 00:19:52 +0000
committerngie <ngie@FreeBSD.org>2016-08-03 00:19:52 +0000
commit747626849cf51886f0f6f0b255728b5fd4aedb28 (patch)
tree6b4c2fa44fa5d92735472bca683ca41db2fe8ebe /sys
parent3722185c1ca1226b2b96ce6afc1acf659ce4b61d (diff)
downloadFreeBSD-src-747626849cf51886f0f6f0b255728b5fd4aedb28.zip
FreeBSD-src-747626849cf51886f0f6f0b255728b5fd4aedb28.tar.gz
MFC r302576:
Approved by: re (gjb) r302576: (Re-do r302574 with corrected commit message..) Remove redundant declaration for tcp_dooptions netinet/tcp_var.h already defines this function PR: 209920 Tested with: clang 3.8.0, gcc 4.2.1, gcc 5.3.0
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/cxgb/ulp/tom/cxgb_listen.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/cxgb/ulp/tom/cxgb_listen.c b/sys/dev/cxgb/ulp/tom/cxgb_listen.c
index 1831020..9df592b 100644
--- a/sys/dev/cxgb/ulp/tom/cxgb_listen.c
+++ b/sys/dev/cxgb/ulp/tom/cxgb_listen.c
@@ -922,9 +922,6 @@ t3_syncache_removed(struct toedev *tod __unused, void *arg)
release_synqe(synqe);
}
-/* XXX */
-extern void tcp_dooptions(struct tcpopt *, u_char *, int, int);
-
int
t3_syncache_respond(struct toedev *tod, void *arg, struct mbuf *m)
{
OpenPOWER on IntegriCloud