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@xxxxxxxxxxxx (Guy Harris)
Date: Thu, 22 Jan 2004 14:45:50 -0600 (CST)
guy         2004/01/22 14:45:50 CST

  Modified files:
    .                    capture.c 
  Log:
  Use "fork_child" rather than "child_process" - on Win32, "child_process"
  tracks "fork_child", and, on UNIX, "child_process" doesn't exist.
  
  Revision  Changes    Path
  1.226     +6 -12     ethereal/capture.c