Re: svn commit: r302574 - head/sys/dev/cxgb/ulp/tom

2016-07-11 Thread Ngie Cooper (yaneurabeya)

> On Jul 11, 2016, at 09:52, Garrett Cooper  wrote:
> 
> Author: ngie
> Date: Mon Jul 11 16:52:04 2016
> New Revision: 302574
> URL: https://svnweb.freebsd.org/changeset/base/302574
> 
> Log:
>  Remove redundant declaration for tcp_dooptions
> 
>  netinet/tcp_var.h already defines this function
> 
>  PR:  209924
>  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

Also:

MFC after: 1 week


signature.asc
Description: Message signed with OpenPGP using GPGMail


svn commit: r302574 - head/sys/dev/cxgb/ulp/tom

2016-07-11 Thread Garrett Cooper
Author: ngie
Date: Mon Jul 11 16:52:04 2016
New Revision: 302574
URL: https://svnweb.freebsd.org/changeset/base/302574

Log:
  Remove redundant declaration for tcp_dooptions
  
  netinet/tcp_var.h already defines this function
  
  PR:   209924
  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

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 15:52:52 2016
(r302573)
+++ head/sys/dev/cxgb/ulp/tom/cxgb_listen.c Mon Jul 11 16:52:04 2016
(r302574)
@@ -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-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"