From d04592acf0f7a368cf3677d3115d7a01756f7220 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Fri, 7 Dec 2012 20:27:43 +0100 Subject: [PATCH] Prevent mxmpp conflict with Sortix ioleast functions. --- mxmpp/mxmpp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mxmpp/mxmpp.cpp b/mxmpp/mxmpp.cpp index a66da2b2..c8a27774 100644 --- a/mxmpp/mxmpp.cpp +++ b/mxmpp/mxmpp.cpp @@ -44,6 +44,7 @@ #define S_IWOTH (0) #endif +#define writeall mxmpp_writeall bool writeall(int fd, const void* p, size_t size) { const uint8_t* buffer = (const uint8_t*) p;