#define solaris

d489 2
a490 4
#if defined (MSG_DONTWAIT)
#       ifdef solaris
#           define B_TYPE 1
#       endif
a491 4
#       define B_TYPE 1
#endif

#ifdef B_TYPE
a505 2
#else
        return send(s, msg, len, flags | MSG_DONTWAIT);

