summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-net_socket_udp__socket__posix.h
blob: 373c468ca84dbcfc67749efc0f9b4c1e01fb0d70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/socket/udp_socket_posix.h.orig	2019-06-07 19:57:25 UTC
+++ net/socket/udp_socket_posix.h
@@ -33,7 +33,7 @@
 
 #if defined(__ANDROID__) && defined(__aarch64__)
 #define HAVE_SENDMMSG 1
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
 #define HAVE_SENDMMSG 1
 #else
 #define HAVE_SENDMMSG 0