Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel
diff --git a/testHTML.c b/testHTML.c
index cfb1517..9415a39 100644
--- a/testHTML.c
+++ b/testHTML.c
@@ -41,7 +41,7 @@
 
 /*
  * Note: this is perfectly clean HTML, i.e. not a useful test.
-static CHAR buffer[] = 
+static xmlChar buffer[] = 
 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"\n\
                       \"http://www.w3.org/TR/REC-html40/loose.dtd\">\n\
 <html>\n\
@@ -96,7 +96,7 @@
     xmlFreeDoc(doc);
 }
 
-void parseAndPrintBuffer(CHAR *buf) {
+void parseAndPrintBuffer(xmlChar *buf) {
     htmlDocPtr doc, tmp;
 
     /*