Changeset 936 for trunk/src


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

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

Location:
trunk/src/emx/src
Files:
2 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r935 r936  
    2424#include <stdarg.h>
    2525#include <string.h>
    26 #include <emx/getopt.h>
     26#include <getopt.h>
    2727#include <sys/dirtree.h>
    2828#include "defs.h"
     
    573573
    574574  opterr = TRUE;
    575   optswchar = "-";
    576575  optind = 0;
    577576
  • trunk/src/emx/src/emxtsf/emxtsf.c

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r935 r936  
    2323#include <stdlib.h>
    2424#include <string.h>
    25 #include <emx/getopt.h>
     25#include <getopt.h>
    2626#include <sys/moddef.h>
    2727
Note: See TracChangeset for help on using the changeset viewer.