diff options
-rw-r--r-- | net/ekiga/files/patch-lib_xdap_xdap.c | 11 | ||||
-rw-r--r-- | net/gnomemeeting/files/patch-lib_xdap_xdap.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/net/ekiga/files/patch-lib_xdap_xdap.c b/net/ekiga/files/patch-lib_xdap_xdap.c new file mode 100644 index 0000000..6ee81f6 --- /dev/null +++ b/net/ekiga/files/patch-lib_xdap_xdap.c @@ -0,0 +1,11 @@ +--- lib/xdap/xdap.c.orig Tue Oct 28 21:28:24 2003 ++++ lib/xdap/xdap.c Tue Oct 28 21:49:59 2003 +@@ -159,7 +159,7 @@ + xmlSAXHandler sax; + + memset (&sax, 0, sizeof sax); +- sax = xmlDefaultSAXHandler; /* Copy original handler */ ++ xmlSAX2InitDefaultSAXHandler (&sax, 0); + *oldgetent = sax.getEntity; /* Substitute entity handling */ + if (noerr) { + sax.error = NULL; /* Disable errors and warnings */ diff --git a/net/gnomemeeting/files/patch-lib_xdap_xdap.c b/net/gnomemeeting/files/patch-lib_xdap_xdap.c new file mode 100644 index 0000000..6ee81f6 --- /dev/null +++ b/net/gnomemeeting/files/patch-lib_xdap_xdap.c @@ -0,0 +1,11 @@ +--- lib/xdap/xdap.c.orig Tue Oct 28 21:28:24 2003 ++++ lib/xdap/xdap.c Tue Oct 28 21:49:59 2003 +@@ -159,7 +159,7 @@ + xmlSAXHandler sax; + + memset (&sax, 0, sizeof sax); +- sax = xmlDefaultSAXHandler; /* Copy original handler */ ++ xmlSAX2InitDefaultSAXHandler (&sax, 0); + *oldgetent = sax.getEntity; /* Substitute entity handling */ + if (noerr) { + sax.error = NULL; /* Disable errors and warnings */ |