emaste      2007-03-23 01:00:40 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.bin/fstat        fstat.c 
  Log:
  MFC r1.64:
    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.
  
  Revision  Changes    Path
  1.60.2.4  +1 -1      src/usr.bin/fstat/fstat.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to