CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/01/26 06:03:47
Modified files: sys/netinet : ip_icmp.c ip_ipsp.h ipsec_input.c tcp_subr.c tcp_var.h udp_usrreq.c udp_var.h sys/netinet6 : ip6protosw.h sys/sys : protosw.h Log message: Reduce the difference between struct protosw and ip6protosw. The IPv4 pr_ctlinput functions did return a void pointer that was always NULL and never used. Make all functions void like in the IPv6 case. OK mpi@