emaste 2007-03-09 16:21:40 UTC
FreeBSD src repository
Modified files:
usr.bin/fstat fstat.c
Log:
KERN_PROC_ALL produces a kinfo_proc for each thread in a process, which
caused fstat to produce duplicated output for threaded processes. Instead
use KERN_PROC_PROC to get just one kinfo_proc per process.
MFC After: 2 weeks
Revision Changes Path
1.64 +1 -1 src/usr.bin/fstat/fstat.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"