On 20 May 2011 21:03, Sergey Kandaurov <pluk...@freebsd.org> wrote: > Author: pluknet > Date: Fri May 20 17:03:23 2011 > New Revision: 222136 > URL: http://svn.freebsd.org/changeset/base/222136 > > Log: > Add missing header file. > > MFC after: 1 week > > Modified: > head/usr.bin/top/machine.c > > Modified: head/usr.bin/top/machine.c > ============================================================================== > --- head/usr.bin/top/machine.c Fri May 20 17:01:22 2011 (r222135) > +++ head/usr.bin/top/machine.c Fri May 20 17:03:23 2011 (r222136) > @@ -35,6 +35,7 @@ > #include <sys/user.h> > #include <sys/vmmeter.h> > > +#include <err.h> > #include <kvm.h> > #include <math.h> > #include <nlist.h> >
There's still a lot of warnings but all of them reside in contrib part. -- wbr, pluknet _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"