CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/22 12:34:42
Modified files:
sys/kern : uipc_proto.c
sys/net : pfkey.c rtsock.c
sys/netinet : in_proto.c
sys/netinet6 : in6_proto.c
Log message:
Use c99 struct initialization with protosw.
This makes it easier to grep for a member, such as .pr_usrreq, and know
which functions to review.
ok mpi@ bluhm@ jca@
