From 706b4ad0746e7fa7bf7b7f18ee21994db83c37d3 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 29 Oct 2003 20:57:51 +0000 Subject: - Fix build on 5.x - Use DOCSDIR PR: 58285 Submitted by: Samy Al Bahra --- sysutils/prips/files/patch-main.c | 52 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 sysutils/prips/files/patch-main.c (limited to 'sysutils/prips/files/patch-main.c') diff --git a/sysutils/prips/files/patch-main.c b/sysutils/prips/files/patch-main.c new file mode 100644 index 000000000000..78d8f7db81a6 --- /dev/null +++ b/sysutils/prips/files/patch-main.c @@ -0,0 +1,52 @@ +--- main.c.orig Mon Oct 20 17:59:26 2003 ++++ main.c Mon Oct 20 18:02:56 2003 +@@ -1,9 +1,9 @@ + /* program that prints IP address ranges */ ++#include "prips.h" + #include + #include + #include + #include +-#include "prips.h" + #include "except.h" + + typedef enum { +@@ -16,11 +16,11 @@ + + const char *MAINTAINER = "dan@vertekcorp.com"; + const char *VERSION = +- "\rprips 0.9.4 +- \rThis program comes with NO WARRANTY, +- \rto the extent permitted by law. +- \rYou may redistribute copies under +- \rthe terms of the GNU General Public License.\n"; ++ "\rprips 0.9.4\n"\ ++" \rThis program comes with NO WARRANTY,\n"\ ++" \rto the extent permitted by law.\n"\ ++" \rYou may redistribute copies under\n"\ ++" \rthe terms of the GNU General Public License.\n"; + + void usage(char *prog); + AddrFormat get_format(char *format); +@@ -166,14 +166,13 @@ + + void usage(char *prog) + { +- fprintf(stderr, "usage: %s [options] +- -c print range in CIDR notation +- -d set the delimeter 'x' where 0 =< x =< 255 +- -f set the format of addresses (hex, dec, or dot) +- -i set the increment to 'x' +- -e e.g. -e ..4. will not print 192.168.4.[0-255] +- +- \rReport bugs to %s\n", ++ fprintf(stderr, "usage: %s [options] \n"\ ++" -c print range in CIDR notation\n"\ ++" -d set the delimeter 'x' where 0 =< x =< 255\n"\ ++" -f set the format of addresses (hex, dec, or dot)\n"\ ++" -i set the increment to 'x'\n"\ ++" -e e.g. -e ..4. will not print 192.168.4.[0-255]\n\n"\ ++" \rReport bugs to %s\n", + prog, MAINTAINER); + } + -- cgit v1.2.3