cvs commit: src/sys/kern kern_proc.c
Don Lewis
truckman at FreeBSD.org
Thu Jan 5 12:23:11 PST 2006
truckman 2006-01-05 20:23:10 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/kern kern_proc.c
Log:
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.
Revision Changes Path
1.230.2.3 +2 -2 src/sys/kern/kern_proc.c
More information about the cvs-all
mailing list