HomeFreeBSD

top(1): clean up some "const" related warnings

Description

top(1): clean up some "const" related warnings

This leaves at WARNS=6:
35 warnings in top.c
88 warnings in machine.c

all of which are either "incompatible-pointer-types-discards-qualifiers"
or "cast-qual"

Details

Provenance
eadlerAuthored on
Parents
rS333972: top(1): modernize a bit; reduce warnings
Branches
Unknown
Tags
Unknown