ports/net/kamailio/files/patch-modules_app__perl_kamailioxs.xs
Kurt Jaeger 6c9c0434bd net/kamailio: add some options, after tests
- add PERL option
- add SCTP option
- patch to use atomic-ops

PR:		199630
2015-09-06 19:37:36 +00:00

11 lines
406 B
Text

--- modules/app_perl/kamailioxs.xs.orig 2015-07-20 13:16:25 UTC
+++ modules/app_perl/kamailioxs.xs
@@ -402,7 +402,7 @@ char *pv_sprintf(struct sip_msg *m, char
* - strflag: flag mask to be or-applied for string match
*/
-inline int sv2int_str(SV *val, int_str *is,
+static inline int sv2int_str(SV *val, int_str *is,
unsigned short *flags, unsigned short strflag) {
char *s;
STRLEN len;