cvs commit: src/usr.bin/fstat fstat.c
    Ed Maste 
    emaste at FreeBSD.org
       
    Fri Mar 23 01:00:41 UTC 2007
    
    
  
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
    
    
More information about the cvs-all
mailing list