Author: ngie
Date: Wed Aug  3 00:19:52 2016
New Revision: 303690
URL: https://svnweb.freebsd.org/changeset/base/303690

Log:
  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

Modified:
  stable/11/sys/dev/cxgb/ulp/tom/cxgb_listen.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/cxgb/ulp/tom/cxgb_listen.c
==============================================================================
--- stable/11/sys/dev/cxgb/ulp/tom/cxgb_listen.c        Wed Aug  3 00:03:03 
2016        (r303689)
+++ stable/11/sys/dev/cxgb/ulp/tom/cxgb_listen.c        Wed Aug  3 00:19:52 
2016        (r303690)
@@ -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)
 {
_______________________________________________
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