From 763a7be673fea515d39f3cad48aa681a5dcf5945 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Mon, 11 Jul 2016 16:56:51 +0000 Subject: [PATCH] (Re-do r302574 with corrected commit message..) Remove redundant declaration for tcp_dooptions netinet/tcp_var.h already defines this function Differential Revision: https://reviews.freebsd.org/D7187 MFC after: 1 week PR: 209920 Reported by: Mark Millard Reviewed by: np Tested with: clang 3.8.0, gcc 4.2.1, gcc 5.3.0 Sponsored by: EMC / Isilon Storage Division --- sys/dev/cxgb/ulp/tom/cxgb_listen.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/dev/cxgb/ulp/tom/cxgb_listen.c b/sys/dev/cxgb/ulp/tom/cxgb_listen.c index 183102036be8..9df592b4de68 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) {