On Sun, 14 Apr 2002, Kev wrote:

> > daemon(1,0);

> Doesn't seem to be documented for Solaris.  I rather suspect this isn't
> a standardized function.  (This isn't the first time I've heard of a

        It's a BSD function iirc, Linux supports it too, but it's hardly
portable.

       #include <unistd.h>

       int daemon (int nochdir, int noclose);

-- 
Chris "_Shad0w_" Crowther
[EMAIL PROTECTED]
http://www.shad0w.org.uk/

Reply via email to