1.1 --- a/opensips/opensips.patch.rtpproxy Tue Aug 28 18:31:20 2012 +0200 1.2 +++ b/opensips/opensips.patch.rtpproxy Tue Aug 28 18:31:35 2012 +0200 1.3 @@ -22,7 +22,7 @@ 1.4 static void handle_query(struct cfg *, int, struct sockaddr_storage *, 1.5 socklen_t, char *, struct rtpp_session *, int); 1.6 1.7 -+#if defined(__sun__) 1.8 ++#if defined(__sun) && defined(__SVR4) && !defined(GE_SOL11) 1.9 +static char 1.10 +*strsep(char **stringp, const char *delim) 1.11 +{