mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-05 02:47:07 +03:00

This involves switching from kvm_open(3) to kvm_openfiles(3). The only difference is that the latter has saner error reporting (see the man page for details). We can now fatally report the error rather than just calling assert(3).