Fixing gcc 3.3 compile failures -- fix for www/mod_index_rss

Simon Barner barner at in.tum.de
Tue Jul 22 05:27:00 PDT 2003


--- mod_index_rss.c.orig	Tue Jul 22 04:37:54 2003
+++ mod_index_rss.c	Tue Jul 22 04:39:22 2003
@@ -11,18 +11,18 @@
 
 #define TIME_FORMAT "%a %b %d %H:%M:%S %Y"
 /* This is the XML header file */
-#define HEADER "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
-
-<!DOCTYPE rss PUBLIC \"-//Netscape Communications//DTD RSS 0.91//EN\"
-            \"http://www.scripting.com/dtd/rss-0_91.dtd\">
-
-<rss version=\"0.91\">
-
-<channel>
+#define HEADER "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
+\n\
+<!DOCTYPE rss PUBLIC \"-//Netscape Communications//DTD RSS 0.91//EN\"\n\
+            \"http://www.scripting.com/dtd/rss-0_91.dtd\">\n\
+\n\
+<rss version=\"0.91\">\n\
+\n\
+<channel>\n\
 "
 
-#define FOOTER "</channel>
-</rss>
+#define FOOTER "</channel>\n\
+</rss>\n\
 "
 
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: Digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20030722/3be2a885/attachment.bin


More information about the freebsd-ports mailing list