mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 17:17:26 +03:00
b886ecc479
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).