1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/news/newsfetch/files/patch-opt.c
Akinori MUSHA c033222bbe Fix build with gcc 3.x.
PR:		59487
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-11-20 19:48:11 +00:00

14 lines
430 B
C

--- opt.c.orig Wed Nov 19 19:01:47 2003
+++ opt.c Wed Nov 19 19:01:47 2003
@@ -192,8 +192,8 @@
{
char *options=
-" [-clsyvV] [-d dirname] [-f rcfile] [-t N]
- [-T timeout] [-w M ] [-pPY filter] [-x command]
+" [-clsyvV] [-d dirname] [-f rcfile] [-t N]\n\
+ [-T timeout] [-w M ] [-pPY filter] [-x command]\n\
";
fprintf(stderr,"Usage: %s nntp_server [options]\n", prog_name);
fprintf(stderr,"Options:\n%s\n",options);