aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ipsc/files/patch-main.c
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /sysutils/ipsc/files/patch-main.c
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'sysutils/ipsc/files/patch-main.c')
-rw-r--r--sysutils/ipsc/files/patch-main.c33
1 files changed, 0 insertions, 33 deletions
diff --git a/sysutils/ipsc/files/patch-main.c b/sysutils/ipsc/files/patch-main.c
deleted file mode 100644
index 8fd395c9b354..000000000000
--- a/sysutils/ipsc/files/patch-main.c
+++ /dev/null
@@ -1,33 +0,0 @@
---- main.c.orig Sun Sep 19 13:58:16 2004
-+++ main.c Sun Sep 19 13:58:51 2004
-@@ -142,18 +142,18 @@
-
- void usage(const char *prog)
- {
-- fprintf(stderr, "usage: %s [options] <addr/mask | addr/offset | addr>
-- -C <class> Network class (a, b, or c). Must be used with -B
-- -B <bits> Subnet bits (must be used with -C)
-- -i <if> Reverse engineer an interface (e.g. eth0)
-- -a Print all information available
-- -g Print general information
-- -s Print all possible subnets
-- -h Print host information
-- -c Print CIDR information
-- -v Print the program version
-- -? Print this help message
--
-+ fprintf(stderr, "usage: %s [options] <addr/mask | addr/offset | addr>\n\
-+ -C <class> Network class (a, b, or c). Must be used with -B\n\
-+ -B <bits> Subnet bits (must be used with -C)\n\
-+ -i <if> Reverse engineer an interface (e.g. eth0)\n\
-+ -a Print all information available\n\
-+ -g Print general information\n\
-+ -s Print all possible subnets\n\
-+ -h Print host information\n\
-+ -c Print CIDR information\n\
-+ -v Print the program version\n\
-+ -? Print this help message\n\
-+\n\
- \rReport bugs to %s\n",
- prog, MAINTAINER);
- }