<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- iodev/network/eth_socket.cc.orig	2020-02-16 15:46:49.000000000 -0500
+++ iodev/network/eth_socket.cc	2020-02-16 16:05:10.000000000 -0500
@@ -95,7 +95,6 @@
 #include &lt;netinet/in.h&gt;
 #include &lt;net/ethernet.h&gt;
 #include &lt;net/if.h&gt;
-#include &lt;linux/types.h&gt;
 #include &lt;netdb.h&gt;
 #define closesocket(s) close(s)
 typedef int SOCKET;
@@ -105,6 +104,8 @@
 #endif
 };
 
+#define MSG_NOSIGNAL 0
+
 #ifdef WIN32
 #define MSG_NOSIGNAL 0
 #define MSG_DONTWAIT 0
</pre></body></html>