diff -ru neon-0.19.3/src/ne_xml.c neon-0.19.3-patched/src/ne_xml.c --- neon-0.19.3/src/ne_xml.c Mon Feb 25 21:52:07 2002 +++ neon-0.19.3-patched/src/ne_xml.c Mon Mar 25 20:25:33 2002 @@ -58,7 +58,7 @@ #endif /******** libxml **********/ -# include +# include typedef xmlChar ne_xml_char; # else /* not HAVE_LIBXML */ diff -ru neon-0.19.3/src/http_base64.c libghttp-1.0.9-patched/src/http_base64.c --- neon-0.19.3/src/http_base64.c Wed Dec 9 15:26:32 1998 +++ neon-0.19.3-patched/src/base64.c Sun Jun 30 15:01:27 2002 @@ -38,7 +38,7 @@ static const char b64_alphabet[65] = { "ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz" - "0123456789+/=" }; + "0123456789+/=\0" }; char *ne_base64(const char *text, size_t inlen) {