CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/20 20:44:46
Modified files:
sys/net : rtsock.c
Log message:
Change route_input to a non-variadic function and just pass the address
family to it. Simplifies the code and disconnects route_input from protosw.
The rouing socket is special so no need to try to work like other protos.
With input from bluhm@, OK mpi@
