Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2011 21:09:45 +0400
From:      Sergey Kandaurov <pluknet@freebsd.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r222136 - head/usr.bin/top
Message-ID:  <BANLkTimWXLpvRTmE5jgbZOjPnNuwyyZ4Qg@mail.gmail.com>
In-Reply-To: <201105201703.p4KH3NrR093036@svn.freebsd.org>
References:  <201105201703.p4KH3NrR093036@svn.freebsd.org>

index | next in thread | previous in thread | raw e-mail

On 20 May 2011 21:03, Sergey Kandaurov <pluknet@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


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTimWXLpvRTmE5jgbZOjPnNuwyyZ4Qg>