svn commit: r249344 - head/lib/libkvm
Glen Barber
gjb at FreeBSD.org
Thu Apr 11 01:59:05 UTC 2013
On Wed, Apr 10, 2013 at 08:26:54PM +0000, Gleb Smirnoff wrote:
> Modified: head/lib/libkvm/kvm.h
> ==============================================================================
> --- head/lib/libkvm/kvm.h Wed Apr 10 18:59:20 2013 (r249343)
> +++ head/lib/libkvm/kvm.h Wed Apr 10 20:26:53 2013 (r249344)
> @@ -78,6 +78,7 @@ char *kvm_getfiles(kvm_t *, int, int, i
> int kvm_getloadavg(kvm_t *, double [], int);
> int kvm_getmaxcpu(kvm_t *);
> void *kvm_getpcpu(kvm_t *, int);
> +uint64_t kvm_counter_u64_fetch(kvm_t *, u_long);
This seems to break the build.
Glen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20130410/365eb5d3/attachment.sig>
More information about the svn-src-head
mailing list