Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal configure.in file.c

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Thu, 30 Sep 1999 11:24:14 -0500 (CDT)
gram        1999/09/30 11:24:11 CDT

  Modified files:
    .                    configure.in file.c 
  Log:
  Added check for <sys/wait.h> #ifdef'ed the SIGSYS block of code, since
  some platforms (Linux) don't have SIGSYS. Linux's rationalization is that
  SIGSYS is not a POSIX-defined signal.
  
  Revision  Changes    Path
  1.47      +2 -1      ethereal/configure.in
  1.102     +20 -1     ethereal/file.c