Re: Kill link_rtrequest()

2015-10-22 Thread Claudio Jeker
On Thu, Oct 22, 2015 at 06:50:01PM +0200, Martin Pieuchot wrote: > On 19/10/15(Mon) 14:07, Martin Pieuchot wrote: > > This function is a no-op, let's kill it. > > Anybody? What could go wrong? (mwhahahaha) Put it in and lets see on which dragons tail we're jumping around this time. > > > > I

Re: Kill link_rtrequest()

2015-10-22 Thread Martin Pieuchot
On 19/10/15(Mon) 14:07, Martin Pieuchot wrote: > This function is a no-op, let's kill it. Anybody? > > Index: net/if.c > === > RCS file: /cvs/src/sys/net/if.c,v > retrieving revision 1.389 > diff -u -p -r1.389 if.c > --- net/if.c 1

Kill link_rtrequest()

2015-10-19 Thread Martin Pieuchot
This function is a no-op, let's kill it. Index: net/if.c === RCS file: /cvs/src/sys/net/if.c,v retrieving revision 1.389 diff -u -p -r1.389 if.c --- net/if.c12 Oct 2015 13:17:58 - 1.389 +++ net/if.c19 Oct 2015 11:43:3