Date: Thu, 04 Aug 2016 21:05:54 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 211386] Kernel build fails when TCP_RFC7413 option set Message-ID: <bug-211386-6-ISOQtXSWj3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211386-6@https.bugs.freebsd.org/bugzilla/> References: <bug-211386-6@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211386 --- Comment #4 from iron@mail.ua --- (In reply to Sergey Kandaurov from comment #3) Thank you for workaround. I just tested it and it works fine. Here is patch: --- sys/netinet/tcp_fastopen.c.orig 2016-08-04 15:04:22.000000000 -0600 +++ sys/netinet/tcp_fastopen.c 2016-08-04 15:03:57.000000000 -0600 @@ -111,6 +111,7 @@ #include <sys/socketvar.h> #include <sys/sysctl.h> #include <sys/systm.h> +#include <sys/socket.h> #include <crypto/siphash/siphash.h> --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211386-6-ISOQtXSWj3>