freebsd-dev/usr.bin/procstat
Dimitry Andric 7bf1ff65fc Fix the following -Werror warning from clang 10.0.0 in procstat:
usr.bin/procstat/procstat_sigs.c:79:3: error: misleading indentation; statement is not part of the previous 'else' [-Werror,-Wmisleading-indentation]
                xo_close_container(name);
                ^
usr.bin/procstat/procstat_sigs.c:77:4: note: previous statement is here
        } else
          ^

The intent was to group the xo_close_container() call to the previous
snprintf() call.

MFC after:	3 days
2020-01-29 17:01:02 +00:00
..
tests procstat/tests: Fix flakiness by waiting for program to start 2019-09-04 16:25:41 +00:00
Makefile
Makefile.depend
procstat_args.c
procstat_auxv.c procstat: Recognize HWCAP and HWCAP2 with auxv command 2019-06-11 00:59:46 +00:00
procstat_basic.c
procstat_bin.c
procstat_cred.c
procstat_cs.c
procstat_files.c Remove IS_INADDR_ANY(). 2019-10-19 19:38:53 +00:00
procstat_kstack.c
procstat_ptlwpinfo.c
procstat_rlimit.c resource.h is sufficient here, no need for resoursevar.h. 2019-08-07 18:32:01 +00:00
procstat_rusage.c
procstat_sigs.c Fix the following -Werror warning from clang 10.0.0 in procstat: 2020-01-29 17:01:02 +00:00
procstat_threads.c
procstat_vm.c Show wiring state of map entries in procstat -v. 2019-03-05 19:45:37 +00:00
procstat.1 Show wiring state of map entries in procstat -v. 2019-03-05 19:45:37 +00:00
procstat.c
procstat.h