Fix precedence error in vmstat.

  toys/other/vmstat.c:98:12: error: logical not is only
  applied to the left hand side of this bitwise operator
  [-Werror,-Wlogical-not-parentheses]
      if ((!toys.optflags&FLAG_n) && isatty(1)) terminal_size(0, &rows);
           ^             ~
1 file changed