--- src/bin/ps/ps.c 2005/06/26 04:36:34 1.16 +++ src/bin/ps/ps.c 2005/10/08 19:46:50 1.17 @@ -552,7 +552,7 @@ saveuser(KINFO *ki) * If it's here fill in these fields, otherwise, just * leave them 0. */ - usp->u_start = KI_THREAD(ki)->td_start; + usp->u_start = KI_PROC(ki)->p_start; usp->u_ru = KI_EPROC(ki)->e_stats.p_ru; usp->u_cru = KI_EPROC(ki)->e_stats.p_cru; usp->u_valid = 1;