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
[email protected]


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to