CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/03/06 13:56:37
Modified files: sbin/sysctl : sysctl.c Log message: Fix a small mistake from r1.229 causing sysctl(8) to print "newval -> newval" instead of "oldval -> newval" when changing a string variable. OK florian@