cvs commit: src/sys/net if_tun.c
    Robert Watson 
    rwatson at FreeBSD.org
       
    Tue Mar 16 17:12:10 PST 2004
    
    
  
rwatson     2004/03/16 17:12:10 PST
  FreeBSD src repository
  Modified files:
    sys/net              if_tun.c 
  Log:
  Remove tun_proc; replace with tun_pid.  tun_proc pointer may be stale
  as the process that opens tun_softc can exit before the file
  descriptor is closed.
  
  Taiwan experience provided by:  keichii
  Crashing breakers provided by:  Chia-liang Kao <clkao at clkao.org>
  
  Revision  Changes    Path
  1.137     +14 -7     src/sys/net/if_tun.c
    
    
More information about the cvs-all
mailing list