Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/usr.sbin/mld6query Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/5a44f4c84c23
branches:  netbsd-7
changeset: 800051:5a44f4c84c23
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Dec 12 07:49:01 2016 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #1308):
        usr.sbin/mld6query/mld6.c: revision 1.15
PR/51353: Patrick Mackey: mld6query  "-r" option is not recognised
XXX: pullup 7

diffstat:

 usr.sbin/mld6query/mld6.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4d2a39bbcb0e -r 5a44f4c84c23 usr.sbin/mld6query/mld6.c
--- a/usr.sbin/mld6query/mld6.c Mon Dec 12 07:37:53 2016 +0000
+++ b/usr.sbin/mld6query/mld6.c Mon Dec 12 07:49:01 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mld6.c,v 1.14 2011/08/30 21:18:11 joerg Exp $  */
+/*     $NetBSD: mld6.c,v 1.14.20.1 2016/12/12 07:49:01 snj Exp $       */
 /*     $KAME: mld6.c,v 1.9 2000/12/04 06:29:37 itojun Exp $    */
 
 /*
@@ -81,7 +81,7 @@
        int ch;
 
        type = MLD_LISTENER_QUERY;
-       while ((ch = getopt(argc, argv, "d")) != -1) {
+       while ((ch = getopt(argc, argv, "dr")) != -1) {
                switch (ch) {
                case 'd':
                        type = MLD_LISTENER_DONE;



Home | Main Index | Thread Index | Old Index