Index: lib/coroipcc.c =================================================================== --- lib/coroipcc.c (revision 1909) +++ lib/coroipcc.c (working copy) @@ -100,6 +100,10 @@ } #endif +#ifndef MSG_NOSIGNAL +#define MSG_NOSIGNAL 0 +#endif + static int coroipcc_send ( int s,
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
