opnsense-ports/databases/percona56-server/files/patch-vio_viosocket.c
Franco Fichtner af709f290d */*: sync with upstream
Taken from: FreeBSD
2015-10-11 11:12:49 +02:00

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 \