CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/07/24 15:34:07
Modified files: sys/netinet : tcp_input.c sys/netinet6 : in6.c in6_proto.c ip6_input.c Log message: Unlock IPV6CTL_USE_DEPRECATED case of ip6_sysctl(). tcp_input() and in6_ifawithscope() belong to input and output path respectively. Not used in ramdisk. ok bluhm