RTFREE - rtfree

2014-10-08 Thread Martin Pieuchot
2014 14:04:16 - 1.148 +++ netinet6/icmp6.c8 Oct 2014 10:20:33 - @@ -1046,9 +1046,8 @@ icmp6_mtudisc_update(struct ip6ctlparam rt-rt_rmx.rmx_mtu = mtu; } } - if (rt) { /* XXX: need braces to avoid conflict with else in RTFREE

Re: RTFREE - rtfree

2014-10-08 Thread Mike Belopuhov
On 8 October 2014 12:24, Martin Pieuchot mpieuc...@nolizard.org wrote: Diff below kills the macro and use the fonction instead since they are equivalent. It also replaces some 0 - NULL where it applies. It does not include the manpage bits, I'll deal with that afterward. I'd appreciate