- Grab maintainership. - Fix broken on 5.1. - 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_".
On Mon, Oct 27, 2003 at 09:45:05PM +0800, Cheng-Lung Sung wrote: > - Grab maintainership. > > -MAINTAINER= ports@FreeBSD.org > +MAINTAINER= clsung@FreeBSD.org Hm, $ finger clsung@FreeBSD.org [FreeBSD.org] finger: clsung: no such user -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \
Responsible Changed From-To: freebsd-ports-bugs->osa I'll handle this.
State Changed From-To: open->closed Committed with some modifications, thanks!