On Sat, 8 Oct 2016, Gleydson Soares wrote:
> I stlumbled upon it, while reading uname(1) code.
...
> --- uname.c   24 Dec 2015 15:01:24 -0000      1.17
> +++ uname.c   9 Oct 2016 18:41:31 -0000
> @@ -101,7 +101,7 @@ main(int argc, char *argv[])
>               print_mask = PRINT_SYSNAME;
>       }
>  
> -     if (uname(&u))
> +     if (uname(&u) == -1)
>               err(1, NULL);

ok guenther@

Looks like eigrpd needs fixing too.

Reply via email to