CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/01/23 09:31:24
Modified files:
sys/kern : uipc_proto.c
sys/net : pfkey.c raw_cb.h raw_usrreq.c
sys/netinet : raw_ip.c
sys/netinet6 : raw_ip6.c
Log message:
The function raw_input() has not been called since netiso has been
removed in 2004. The comment about raw_input() above rip_input()
was added in 1981, but it is wrong since 1992. After that it has
been copied to rip6_input(). (*pr_input)() is never called with
the parameters (mbuf, sockproto, sockaddr, sockaddr).
So retire raw_input().
OK guenther@ deraadt@