CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/05 09:12:30
Modified files:
sys/kern : uipc_proto.c
sys/net : pfkey.c raw_cb.h raw_usrreq.c rtsock.c
Log message:
Kill raw_ctlinput() this function is INCOMPLETE since rev 1.1 and is not
needed. All callers using the protosw pr_ctlinput pointer do a NULL check
before so there is no need to provide the function.
