https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211386
--- Comment #4 from [email protected] --- (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> -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
