]> granicus.if.org Git - procps-ng/commit
related: fix inconsistencies in result type references
authorJim Warner <james.warner@comcast.net>
Fri, 5 Aug 2016 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Sun, 7 Aug 2016 11:40:48 +0000 (21:40 +1000)
commit105058ae2dbd89aa5e2f327d819a143f3ab65186
tree4b30e2b6b42b4affb66915b9b40929d380f07a41
parente3270d463de7eebd9f5ae20c85495e3cb5b69a9f
related: fix inconsistencies in result type references

This patch is a response to errors found in those type
references now that our library allows for validation.

In two cases, former assignments to a result structure
could no longer employ that VAL macro if validation is
active. Thus, direct reference to some stack was used.

For the record, those instances were to be found here:
. ps - uses PIDS_extra to store the cooked pcpu values
. top - uses PIDS_extra to store the forest view level

Signed-off-by: Jim Warner <james.warner@comcast.net>
ps/display.c
top/top.c
vmstat.c
w.c