K 10 svn:author V 2 ed K 8 svn:date V 27 2009-01-01T00:19:51.251269Z K 7 svn:log V 297 Don't clobber sysctl_root()'s error number. When sysctl() is being called with a buffer that is too small, it will return ENOMEM. Unfortunately the changes I made the other day sets the error number to 0, because it just returns the error number of the copyout(). Revert this part of the change. END