blob: c03e19e9e86c94d7d4b38cee7f81131de7f2f13b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- vio/viosocket.c.orig 2016-11-27 19:44:54 UTC
+++ vio/viosocket.c
@@ -45,6 +45,10 @@
static void (*before_io_wait)(void)= 0;
static void (*after_io_wait)(void)= 0;
+#ifdef __FreeBSD__
+#define s6_addr32 __u6_addr.__u6_addr32
+#endif
+
/* Wait callback macros (both performance schema and threadpool */
#define START_SOCKET_WAIT(locker, state_ptr, sock, which, timeout) \
do \
|