--- src/sys/sys/proc.h 2005/10/08 14:31:26 1.65 +++ src/sys/sys/proc.h 2005/10/08 19:46:51 1.66 @@ -252,9 +252,7 @@ struct proc { u_long p_code; /* for core dump/debugger XXX */ struct klist p_klist; /* knotes attached to this process */ -#ifdef notyet struct timeval p_start; /* start time for a process */ -#endif /* End area that is zeroed on creation. */ #define p_endzero p_startcopy