Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Apr 2003 04:07:42 -0500 (CDT)
guy         2003/04/24 04:07:41 CDT

  Modified files:
    .                    capture.c 
  Log:
  Don't ignore SIGCHLD - doing so means that, on many platforms, we don't
  get any status information from the child process when it terminates,
  and we want that status information (e.g., death due to a signal).
  
  Revision  Changes    Path
  1.206     +1 -2      ethereal/capture.c