cvs commit: ports/net/omnitty Makefile ports/net/omnitty/files
 patch-main.c
    Rong-En Fan 
    rafan at FreeBSD.org
       
    Wed Feb 20 02:06:12 UTC 2008
    
    
  
rafan       2008-02-20 02:06:11 UTC
  FreeBSD ports repository
  Modified files:
    net/omnitty          Makefile 
  Added files:
    net/omnitty/files    patch-main.c 
  Log:
  - After SA 08:01.pty, openpty() calls fork and omnitty has a bad assumption
    that library calls do not do that. Therefore, it's SIGCHLD handling causes
    a hang in wait() as openpty() already does that. Fix this by using waitpid()
    with WNOHANG.
  
  Diagnosed by:   jhb
  Tested by:      dhw (earlier version)
  
  Revision  Changes    Path
  1.6       +1 -0      ports/net/omnitty/Makefile
  1.1       +16 -0     ports/net/omnitty/files/patch-main.c (new)
    
    
More information about the cvs-all
mailing list