Also:
- replace <xxx> with <xxx.h> due to Standard C++.
- In my observation, when include "devstats.h",
- In 4.x or earlier version, we use checkversion(), getnumdevs() ...
But In 5.x, it should be repalce with devstat_checkversion(kvm_t *),
devstat_getnumdevs(kvm_t *) respectively.
In summary, function in 4.x's devstats.h can add prefix word "devstat
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Maintainership to: submitter
PR: 58596
further. patch-ac had to be modified because of some line differences in the
configure script, but it is functionally the same.
MAINTAINERship of this port changed, with the approval of both the former
and new MAINTAINER.
I also added MASTER_SITE_SUNSITE and removed the former maintainer's personal
distsite.
PR: ports/10260
Submitted by: sheldonh (new maintainer)