Ignore:
Timestamp:
Jun 17, 2005, 7:56:38 AM (20 years ago)
Author:
bird
Message:

FreeBSD 5.x on amd64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/kmkbuiltin/mkdir.c

    r228 r299  
    7575        optarg = NULL;
    7676        optopt = 0;
     77#if defined(__FreeBSD__) || defined(__EMX__)
     78        optreset = 1;
     79        optind = 1;
     80#else
    7781        optind = 0; /* init */
     82#endif
    7883        while ((ch = getopt(argc, argv, "m:pv")) != -1)
    7984                switch(ch) {
Note: See TracChangeset for help on using the changeset viewer.