Loading src/posix/udp.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // (declared, if at all, only via a stray <sys/uio.h> comment, not an actual // prototype) -- whatever happened to link/run before was accidental, not a // tested code path. #if !defined(__linux__) || !defined(__FreeBSD__) #if !defined(__linux__) && !defined(__FreeBSD__) #define NETPLUS_NO_MMSG 1 #endif Loading Loading
src/posix/udp.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // (declared, if at all, only via a stray <sys/uio.h> comment, not an actual // prototype) -- whatever happened to link/run before was accidental, not a // tested code path. #if !defined(__linux__) || !defined(__FreeBSD__) #if !defined(__linux__) && !defined(__FreeBSD__) #define NETPLUS_NO_MMSG 1 #endif Loading