CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/08/31 05:05:05
Modified files: sys/netinet : tcp_input.c tcp_subr.c Log message: Use 'sc_route{4,6}' directly instead of casting them to 'struct route *'. This is another little step towards deprecating 'struct route{,_in6}'. ok florian@