Author: ngie
Date: Tue Aug  2 23:34:59 2016
New Revision: 303686
URL: https://svnweb.freebsd.org/changeset/base/303686

Log:
  MFC r302581:
  
  Remove redundant declaration for tcp_dooptions, similar to r302576
  
  netinet/tcp_var.h already defines this function
  
  Approved by:  re (gjb)
  PR:   209920

Modified:
  stable/11/sys/dev/cxgbe/tom/t4_listen.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/cxgbe/tom/t4_listen.c
==============================================================================
--- stable/11/sys/dev/cxgbe/tom/t4_listen.c     Tue Aug  2 22:47:06 2016        
(r303685)
+++ stable/11/sys/dev/cxgbe/tom/t4_listen.c     Tue Aug  2 23:34:59 2016        
(r303686)
@@ -665,9 +665,6 @@ t4_syncache_removed(struct toedev *tod _
        release_synqe(synqe);
 }
 
-/* XXX */
-extern void tcp_dooptions(struct tcpopt *, u_char *, int, int);
-
 int
 t4_syncache_respond(struct toedev *tod, void *arg, struct mbuf *m)
 {
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to