Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel
diff --git a/tester.c b/tester.c
index c795c81..1357eca 100644
--- a/tester.c
+++ b/tester.c
@@ -49,7 +49,7 @@
 
 /*
  * Note: there is a couple of errors introduced on purpose.
-static CHAR buffer[] = 
+static xmlChar buffer[] = 
 "<?xml version=\"1.0\"?>\n\
 <?xml:namespace ns = \"http://www.ietf.org/standards/dav/\" prefix = \"D\"?>\n\
 <?xml:namespace ns = \"http://www.w3.com/standards/z39.50/\" prefix = \"Z\"?>\n\
@@ -156,7 +156,7 @@
     xmlFreeDoc(doc);
 }
 
-void parseAndPrintBuffer(CHAR *buf) {
+void parseAndPrintBuffer(xmlChar *buf) {
     xmlDocPtr doc, tmp;
 
     /*