> (Btw., the Windows port defines pid_t as unsigned long; > that's surely wrong.)
In what way is that wrong? A PID on Windows is a DWORD, which is anunsigned long. Or am I missing something (probably..)?
//Magnus