Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2016 16:56:51 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r302576 - head/sys/dev/cxgb/ulp/tom
Message-ID:  <201607111656.u6BGupJn082196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Jul 11 16:56:51 2016
New Revision: 302576
URL: https://svnweb.freebsd.org/changeset/base/302576

Log:
  (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 <markmi@dsl-only.net>
  Reviewed by:	np
  Tested with:	clang 3.8.0, gcc 4.2.1, gcc 5.3.0
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/dev/cxgb/ulp/tom/cxgb_listen.c

Modified: head/sys/dev/cxgb/ulp/tom/cxgb_listen.c
==============================================================================
--- head/sys/dev/cxgb/ulp/tom/cxgb_listen.c	Mon Jul 11 16:54:19 2016	(r302575)
+++ head/sys/dev/cxgb/ulp/tom/cxgb_listen.c	Mon Jul 11 16:56:51 2016	(r302576)
@@ -922,9 +922,6 @@ t3_syncache_removed(struct toedev *tod _
 	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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607111656.u6BGupJn082196>