Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/cd5017b1b1d4
branches:  netbsd-7-0
changeset: 801251:cd5017b1b1d4
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Dec 12 07:49:35 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 ec5152e6b2bd -r cd5017b1b1d4 usr.sbin/mld6query/mld6.c
--- a/usr.sbin/mld6query/mld6.c Mon Dec 12 07:30:20 2016 +0000
+++ b/usr.sbin/mld6query/mld6.c Mon Dec 12 07:49:35 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.22.1 2016/12/12 07:49:35 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