The following reply was made to PR bin/145194; it has been noted by GNATS.
From: Fedor Dikarev <[email protected]>
To: Maxim Konovalov <[email protected]>
Cc: [email protected]
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"