svn commit: r222136 - head/usr.bin/top

Sergey Kandaurov pluknet at freebsd.org
Fri May 20 17:09:47 UTC 2011


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


More information about the svn-src-head mailing list