The following reply was made to PR bin/145194; it has been noted by GNATS.

From: Fedor Dikarev <f...@rambler-co.ru>
To: Maxim Konovalov <maxim.konova...@gmail.com>
Cc: bug-follo...@freebsd.org
Subject: Re: bin/145194: Changed output of sockstat for AF_INET6
Date: Tue, 30 Mar 2010 13:38:51 +0400

 30.03.2010 13:33, Maxim Konovalov пишет:
 > This one looks more correct, doesn't it?
 > 
 > Index: sockstat.c
 > ===================================================================
 > --- sockstat.c       (revision 205577)
 > +++ sockstat.c       (working copy)
 > @@ -621,6 +621,8 @@
 >              case AF_INET:
 >              case AF_INET6:
 >                      pos += printaddr(s->family, &s->laddr);
 > +                    if ((AF_INET6 == s->family) && (pos >= 58))
 > +                            pos += xprintf(" ");
 >                      while (pos < 58)
 >                              pos += xprintf(" ");
 >                      pos += printaddr(s->family, &s->faddr);
 > 
 > %%%
 > 
 
 Yes, it'll be better -- I just hurry and made mistake through lack of
 attention.
 
 -- 
 Fedor Dikarev
 Rambler Internet Holding
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to