diff options
Diffstat (limited to 'net/sipxvxml/files/patch-js_src_jsprf.c')
-rw-r--r-- | net/sipxvxml/files/patch-js_src_jsprf.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/sipxvxml/files/patch-js_src_jsprf.c b/net/sipxvxml/files/patch-js_src_jsprf.c deleted file mode 100644 index 9dedba671726..000000000000 --- a/net/sipxvxml/files/patch-js_src_jsprf.c +++ /dev/null @@ -1,11 +0,0 @@ ---- js/src/jsprf.c.orig Thu Mar 8 08:30:24 2007 -+++ js/src/jsprf.c Thu Mar 8 08:39:24 2007 -@@ -644,7 +644,7 @@ - continue; - } - -- VARARGS_ASSIGN(nas[cn].ap, ap); -+ va_copy(nas[cn].ap, ap); - - switch( nas[cn].type ){ - case TYPE_INT16: |