From c2d82a9ad673ccef3c783db5a09b71a1f88036e0 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 2 Aug 2003 02:36:11 +0000 Subject: Fix build on gcc-3.3.x Submitted by: Simon Barner --- www/mod_index_rss/files/patch-mod_index_rss.c | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 www/mod_index_rss/files/patch-mod_index_rss.c (limited to 'www/mod_index_rss') diff --git a/www/mod_index_rss/files/patch-mod_index_rss.c b/www/mod_index_rss/files/patch-mod_index_rss.c new file mode 100644 index 000000000000..be8be4ae653f --- /dev/null +++ b/www/mod_index_rss/files/patch-mod_index_rss.c @@ -0,0 +1,31 @@ +--- 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 " +- +- +- +- +- +- ++#define HEADER "\n\ ++\n\ ++\n\ ++\n\ ++\n\ ++\n\ ++\n\ + " + +-#define FOOTER " +- ++#define FOOTER "\n\ ++\n\ + " + + -- cgit v1.2.3