Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.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 Oct 2002 19:29:11 -0500 (CDT)
guy         2002/10/24 19:29:11 CDT

  Modified files:
    gtk                  main.c 
  Log:
  At least according to the UNIX 98 spec, you need to include <unistd.h>
  to declare "getopt()" and the variables it uses; tethereal.c already
  includes it, but gtk/main.c and gtk2/main.c, which also use "getopt()",
  don't - make them do so.
  
  Revision  Changes    Path
  1.269     +5 -1      ethereal/gtk/main.c