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-ad21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/mtr/patches/patch-ad b/net/mtr/patches/patch-ad
deleted file mode 100644
index af310245ea8..00000000000
--- a/net/mtr/patches/patch-ad
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ad,v 1.4 2005/02/27 22:49:43 wiz Exp $
-
---- mtr.c.orig 2005-01-11 09:33:41.000000000 +0100
-+++ mtr.c
-@@ -126,7 +126,6 @@ void parse_arg (int argc, char **argv)
- { "report", 0, 0, 'r' },
- { "xml", 0, 0, 'x' },
- { "curses", 0, 0, 't' },
-- { "gtk", 0, 0, 'g' },
- { "raw", 0, 0, 'l' },
- { "split", 0, 0, 'p' }, /* BL */
- /* maybe above should change to -d 'x' */
-@@ -369,7 +368,7 @@ int main(int argc, char **argv)
-
- if (PrintHelp) {
- printf("usage: %s [-hvrctglsni46] [--help] [--version] [--report]\n"
-- "\t\t[--report-cycles=COUNT] [--curses] [--gtk]\n"
-+ "\t\t[--report-cycles=COUNT] [--curses]\n"
- "\t\t[--raw] [--split] [--no-dns] [--address interface]\n" /* BL */
- "\t\t[--psize=bytes/-p=bytes]\n" /* ok */
- "\t\t[--interval=SECONDS] HOSTNAME [PACKETSIZE]\n", argv[0]);