diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-11-20 19:48:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-11-20 19:48:11 +0000 |
commit | c033222bbe7ab95e04b82a98b923999035c1d880 (patch) | |
tree | f8c8ec45b499040810d47d071304373d2ec7cd19 /news/newsfetch/files/patch-util.c | |
parent | Update 0.20.4 to 0.20.5. (diff) |
Fix build with gcc 3.x.
PR: 59487
Submitted by: Samy Al Bahra <samy@kerneled.com>
Diffstat (limited to 'news/newsfetch/files/patch-util.c')
-rw-r--r-- | news/newsfetch/files/patch-util.c | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/news/newsfetch/files/patch-util.c b/news/newsfetch/files/patch-util.c new file mode 100644 index 000000000000..b90dc048e2d9 --- /dev/null +++ b/news/newsfetch/files/patch-util.c @@ -0,0 +1,27 @@ +--- util.c.orig Wed Nov 19 19:01:47 2003 ++++ util.c Wed Nov 19 19:01:47 2003 +@@ -61,15 +61,15 @@ + FILE *fp, *fp1, *fp2; + char *tmp, buf[200], group[180], filterfile[100], procmailrcfile[100]; + int i,j; +-char *title=" +- +-############### Generated by Newsfetch ############################## +-# New version of Newsfetch is available from # +-# # +-# http://ulf.wep.net/newsfetch.html # +-# Feedback and Comments to Yusuf Motiwala <yusuf@scientist.com> # +-###################################################################### +- ++char *title="\n\ ++\n\ ++############### Generated by Newsfetch ##############################\n\ ++# New version of Newsfetch is available from #\n\ ++# #\n\ ++# http://ulf.wep.net/newsfetch.html #\n\ ++# Feedback and Comments to Yusuf Motiwala <yusuf@scientist.com> #\n\ ++######################################################################\n\ ++\n\ + "; + + strcpy(filterfile,homedir); |