mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de>
11 lines
318 B
C
11 lines
318 B
C
--- 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
|