Pierre Beyssac <[email protected]> wrote:
>On Fri, Apr 30, 1999 at 07:28:26PM +0800, [email protected] 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 [email protected] [email protected]
Arthur: "Oh, that sounds better, have you worked out the controls?"
Ford: "No, we just stopped playing with them."
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message