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/rm.c

    r297 r299  
    102102        optarg = NULL;
    103103        optopt = 0;
     104#if defined(__FreeBSD__) || defined(__EMX__)
     105        optreset = 1;
     106        optind = 1;
     107#else
    104108        optind = 0; /* init */
     109#endif
    105110
    106111        /*
Note: See TracChangeset for help on using the changeset viewer.