CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/07/19 03:25:44
Modified files: lib/libc/gen : sysconf.c Log message: Use sysctl CTL_NET.PF_INET6 to check if IPv6 is available or not. With this sysconf(3) no longer needs the inet pledge. The kernel has been updated for this for a while now. OK sthen@ deraadt@