On 28/03/12 22:19, Robert Millan wrote:
> if you can take a minute to look at the source and answer my
> questions.  I will really appreciate it.

Hi,

I noticed there's an #ifdef linux in the file that introduced the
<asm/param.h> include.  So if there is anything Linux-specific in that
file it probably wasn't intended:

> +#ifdef __linux__
> + memwritable += maps[i].private_dirty;
> +#else
> + if (maps[i].perm & GLIBTOP_MAP_PERM_WRITE)
> + memwritable += maps[i].size;
> +#endif

I would try a test build of this myself (and lots of other stuff) on
kFreeBSD and Linux when my new toy arrives...

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f7381fb.80...@pyro.eu.org

Reply via email to