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

Garrett Cooper ngie at FreeBSD.org
Mon Jul 11 16:54:21 UTC 2016


Author: ngie
Date: Mon Jul 11 16:54:19 2016
New Revision: 302575
URL: https://svnweb.freebsd.org/changeset/base/302575

Log:
  Revert r302574. I botched the commit message in more way than 1

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:52:04 2016	(r302574)
+++ head/sys/dev/cxgb/ulp/tom/cxgb_listen.c	Mon Jul 11 16:54:19 2016	(r302575)
@@ -922,6 +922,9 @@ 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)
 {


More information about the svn-src-head mailing list