Date: Fri, 30 Apr 1999 17:38:54 +0100 From: Tony Finch <dot@dotat.at> To: current@freebsd.org Subject: Re: Any action on PR 10570 ? getting closer to 65K :-( Message-ID: <E10dGJS-0001d0-00@fanf.noc.demon.net> In-Reply-To: <19990430160835.A5581@enst.fr> References: <19990430131516.E10021@enst.fr> <19990430112826.15003.qmail@ewok.creative.net.au> <19990430112826.15003.qmail@ewok.creative.net.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Pierre Beyssac <beyssac@enst.fr> wrote:
>On Fri, Apr 30, 1999 at 07:28:26PM +0800, adrian@FreeBSD.ORG wrote:
>> I didn't say you shouldn't make world again, I was just pointing out that
>> there shouldn't be a need to modify anything else in userland.
>
>Uh, not directly anyway, but it seems that at least "netstat"
>displays the reference count as a signed short.
It actually does
printf("%6d %8ld ", rt->rt_refcnt, rt->rt_use);
so changing rt_refcnt to an int doesn't cause problems here, at least.
Only two other things do need to be changed:
src/share/doc/smm/18.net/a.t
src/share/man/man9/rtentry.9
(they contain copies of the declaration)
Tony.
--
f.a.n.finch dot@dotat.at fanf@demon.net
Arthur: "Oh, that sounds better, have you worked out the controls?"
Ford: "No, we just stopped playing with them."
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E10dGJS-0001d0-00>
