> On May 4, 2016, at 18:13, Steve Kargl <s...@troutmask.apl.washington.edu> 
> wrote:
> 
> Index: lib/libkvm/kvm_cptime.c
> ===================================================================
> --- lib/libkvm/kvm_cptime.c     (revision 299099)
> +++ lib/libkvm/kvm_cptime.c     (working copy)
> @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
> #include <sys/pcpu.h>
> #include <sys/resource.h>
> #include <sys/sysctl.h>
> +#include <sys/types.h>
> #include <errno.h>
> #include <kvm.h>
> #include <limits.h>
> Index: lib/libkvm/kvm_pcpu.c
> ===================================================================
> --- lib/libkvm/kvm_pcpu.c       (revision 299099)
> +++ lib/libkvm/kvm_pcpu.c       (working copy)
> @@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$");
> #include <sys/param.h>
> #include <sys/pcpu.h>
> #include <sys/sysctl.h>
> +#include <sys/types.h>
> #include <kvm.h>
> #include <limits.h>
> #include <stdlib.h>

I hit this on my box too. I’m going to revert r299096 — it needs to be tested, 
and also probably needs an exp run to make sure it doesn’t break downstream 
consumers.
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to