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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"