|
From: | Adam Fedor |
Subject: | Re: Fix for NSProcessInfo under FreeBSD |
Date: | Mon, 23 Jun 2003 20:48:28 -0600 |
User-agent: | Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905 |
Pete French wrote:
Included below is a fix for NSProcessInfo under FreeBSD. It is ifdefed using HAVE_LIBKVM as the original intent was the other systems would be able to use it. It appears at first glance, however, that there are issues with using libkvm when not root on other platforms. Thus theres a small ifdef hack at the top fo the file which always enables HAVE_LIBKVM on FreeBSD system and disables it on all others.
I applied this patch, but I left out the part that restricts it to FreeBSD systems, just to see if anyone else complains :-) (i.e. I'd rather make configure work better than to put in a bunch of ifdef's around everything).
[Prev in Thread] | Current Thread | [Next in Thread] |