mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-11 04:57:07 +03:00

The system interfaces kstat_lookup() and kstat_data_lookup() take a non-constant string parameter, but passing string literals is valid. Add wrapper functions to ignore all the const-discard warnings.