for the build aversed

Ngie Cooper (yaneurabeya) yaneurabeya at gmail.com
Thu May 5 02:48:17 UTC 2016


> On May 4, 2016, at 18:13, Steve Kargl <sgk at 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.


More information about the freebsd-current mailing list