mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 09:07:25 +03:00
fdda291a0e
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.