Date: Wed, 4 May 2016 19:48:14 -0700 From: "Ngie Cooper (yaneurabeya)" <yaneurabeya@gmail.com> To: kargl@uw.edu Cc: FreeBSD Current <freebsd-current@freebsd.org>, Adrian Chadd <adrian@freebsd.org> Subject: Re: for the build aversed Message-ID: <CF446EB3-403F-4FDC-8D09-718815DA86AE@gmail.com> In-Reply-To: <20160505011325.GA83814@troutmask.apl.washington.edu> References: <20160505011325.GA83814@troutmask.apl.washington.edu>
index | next in thread | previous in thread | raw e-mail
> On May 4, 2016, at 18:13, Steve Kargl <sgk@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.
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CF446EB3-403F-4FDC-8D09-718815DA86AE>
