K 10 svn:author V 8 truckman K 8 svn:date V 27 2006-01-05T20:23:10.000000Z K 7 svn:log V 357 Diff reduction to HEAD: Call fill_kinfo_proc_only() instead of fill_kinfo_proc() before calling fill_kinfo_thread(), because fill_kinfo_proc() calls both fill_kinfo_proc_only() and fill_kinfo_thread(). This is a minor optimization and there should be no change in functionality. Leading whitespace cleanup. END