summaryrefslogtreecommitdiff
path: root/net/mtr/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/mtr/patches/patch-ad')
-rw-r--r--net/mtr/patches/patch-ad20
1 files changed, 10 insertions, 10 deletions
diff --git a/net/mtr/patches/patch-ad b/net/mtr/patches/patch-ad
index cff43f0e0b6..c3c7ff2fcde 100644
--- a/net/mtr/patches/patch-ad
+++ b/net/mtr/patches/patch-ad
@@ -1,19 +1,19 @@
-$NetBSD: patch-ad,v 1.2 2002/03/13 02:16:12 wiz Exp $
+$NetBSD: patch-ad,v 1.3 2004/10/27 16:18:31 wiz Exp $
---- mtr.c.orig Thu Mar 7 08:48:27 2002
-+++ mtr.c
-@@ -59,7 +59,6 @@
+--- mtr.c.orig 2004-08-12 12:39:40.000000000 -0400
++++ mtr.c 2004-10-27 11:50:40.000000000 -0400
+@@ -124,7 +124,6 @@
{ "report", 0, 0, 'r' },
- { "report-cycles", 1, 0, 'c' },
+ { "xml", 0, 0, 'x' },
{ "curses", 0, 0, 't' },
- { "gtk", 0, 0, 'g' },
- { "interval", 1, 0, 'i' },
- { "psize", 1, 0, 'p' },
- { "no-dns", 0, 0, 'n' },
-@@ -192,8 +191,8 @@
+ { "raw", 0, 0, 'l' },
+ { "split", 0, 0, 'p' }, /* BL */
+ /* maybe above should change to -d 'x' */
+@@ -342,8 +341,8 @@
}
- if(PrintHelp) {
+ if (PrintHelp) {
- printf("usage: %s [-hvrctglsni] [--help] [--version] [--report]\n"
- "\t\t[--report-cycles=COUNT] [--curses] [--gtk]\n"
+ printf("usage: %s [-hvrctlsni] [--help] [--version] [--report]\n"