CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/25 04:41:09
Modified files:
sys/net : route.c route.h rtsock.c
Log message:
Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay!
This pointer was only needed by rt_getifa() to find an address, so
turn it into a local variable.
ok henning@, bluhm@
