mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
13 lines
450 B
C
13 lines
450 B
C
--- vio/viosocket.c.orig 2015-07-08 07:38:39 UTC
|
|
+++ vio/viosocket.c
|
|
@@ -33,6 +33,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 \
|