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>
next in thread | previous in thread | raw e-mail | index | archive | help
> On May 4, 2016, at 18:13, Steve Kargl =
<sgk@troutmask.apl.washington.edu> wrote:
>=20
> Index: lib/libkvm/kvm_cptime.c
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- 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
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- 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=E2=80=99m going to revert r299096 =E2=80=94 =
it needs to be tested, and also probably needs an exp run to make sure =
it doesn=E2=80=99t break downstream consumers.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CF446EB3-403F-4FDC-8D09-718815DA86AE>
