K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-08-17T10:09:06.000000Z K 7 svn:log V 363 Fix bug in the debug-printf of the vfork syscall, where the format specifier didn't match the argument (p->p_pid). While I'm at it, also fix the dupo in the format string and fix the annoying inconsistency in all the debug-printfs wrt p_pid arguments. Change all of them to use the %ld format specifier and cast the p_pid arguments to long. Submitted by: billf END