Ignore:
Timestamp:
Jan 3, 2004, 7:27:13 PM (22 years ago)
Author:
bird
Message:

Don't use EMX specific getopt when the standard one will do.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emxexp/emxexp.c

    • Property cvs2svn:cvs-rev changed from 1.12 to 1.13
    r934 r935  
    2424#include <stdarg.h>
    2525#include <string.h>
    26 #include <emx/getopt.h>
     26#include <getopt.h>
    2727#include <errno.h>
    2828#include <ar.h>
     
    954954  _wildcard (&argc, &argv);
    955955  opterr = 0;
    956 //optswchar = "-";
    957956  optind = 0;
    958957  while ((c = getopt (argc, argv, "no::uw")) != EOF)
Note: See TracChangeset for help on using the changeset viewer.