--- src/sys/kern/kern_fork.c 2005/10/06 20:01:29 1.39 +++ src/sys/kern/kern_fork.c 2005/10/08 19:46:50 1.40 @@ -570,7 +570,7 @@ again: * Set the start time. Note that the process is not runnable. The * caller is responsible for making it runnable. */ - microtime(&p2->p_thread->td_start); + microtime(&p2->p_start); p2->p_acflag = AFORK; /*