Re: svn commit: r261796 - head/lib/libkvm

2014-02-12 Thread Gleb Smirnoff
Bruce, On Thu, Feb 13, 2014 at 01:52:07AM +1100, Bruce Evans wrote: B> > --- head/lib/libkvm/kvm_getpcpu.3 Wed Feb 12 08:04:38 2014 (r261795) B> > +++ head/lib/libkvm/kvm_getpcpu.3 Wed Feb 12 09:41:17 2014 (r261796) B> > @@ -50,7 +50,7 @@ B> > .Ft void * B> > .Fn kvm_getpcpu "k

Re: svn commit: r261796 - head/lib/libkvm

2014-02-12 Thread Bruce Evans
On Wed, 12 Feb 2014, Gleb Smirnoff wrote: Log: While it isn't too late and kvm_read_zpcpu() function isn't yet used outside libkvm(3), change its order of arguments, so that it is the same as in kvm_read(). This also fixes some but not all namespace pollution. Modified: head/lib/libkvm/kv