CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2017/09/10 05:30:43
Modified files: lib/libc/gen : sysctl.3 usr.bin/pctr : pctr.c Log message: sysctl strings include the termingating NUL character in both in and out lengths Prompted by Nan Xiao noticing the redundancy of bzero+termination - thanks. ok deraadt@