Commit e5935ac4 authored by jan.koester's avatar jan.koester
Browse files

test

parent bb6607b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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