diff -r 7894123eadbf -r 1c75a8bb0fec opensips/opensips.patch.rtpproxy --- a/opensips/opensips.patch.rtpproxy Tue Aug 28 18:31:20 2012 +0200 +++ b/opensips/opensips.patch.rtpproxy Tue Aug 28 18:31:35 2012 +0200 @@ -22,7 +22,7 @@ static void handle_query(struct cfg *, int, struct sockaddr_storage *, socklen_t, char *, struct rtpp_session *, int); -+#if defined(__sun__) ++#if defined(__sun) && defined(__SVR4) && !defined(GE_SOL11) +static char +*strsep(char **stringp, const char *delim) +{