[PATCH 2/2] top.c: fix compilation warnings

Denys Vlasenko vda.linux at googlemail.com
Mon Jan 20 02:26:48 UTC 2014


Applied, thanks!

On Sat, Jan 18, 2014 at 3:36 PM, Bartosz Golaszewski
<bartekgola at gmail.com> wrote:
> pfd[1] is unused
>
> Signed-off-by: Bartosz Golaszewski <bartekgola at gmail.com>
> ---
>  procps/top.c |    5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/procps/top.c b/procps/top.c
> index 51f1c1a..530f45f 100644
> --- a/procps/top.c
> +++ b/procps/top.c
> @@ -917,17 +917,12 @@ enum {
>  #if ENABLE_FEATURE_USE_TERMIOS
>  static unsigned handle_input(unsigned scan_mask, unsigned interval)
>  {
> -       struct pollfd pfd[1];
> -
>         if (option_mask32 & OPT_EOF) {
>                 /* EOF on stdin ("top </dev/null") */
>                 sleep(interval);
>                 return scan_mask;
>         }
>
> -       pfd[0].fd = 0;
> -       pfd[0].events = POLLIN;
> -
>         while (1) {
>                 int32_t c;
>
> --
> 1.7.10.4
>
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox


More information about the busybox mailing list