> 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) > _at__at_ -35,6 +35,7 _at__at_ __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) > _at__at_ -42,6 +42,7 _at__at_ __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.Received on Thu May 05 2016 - 00:48:17 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:04 UTC