VirtualBox

Changeset 942 in kBuild for trunk/src/gmakenew/kmkbuiltin/mv.c


Ignore:
Timestamp:
May 26, 2007 11:19:22 PM (18 years ago)
Author:
bird
Message:

Always use the GNU make getopt stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/kmkbuiltin/mv.c

    r813 r942  
    132132        optarg = NULL;
    133133        optopt = 0;
    134 #if defined(__FreeBSD__) || defined(__EMX__) || defined(__APPLE__)
    135         optreset = 1;
    136         optind = 1;
    137 #else
    138134        optind = 0; /* init */
    139 #endif
    140135
    141136        while ((ch = getopt(argc, argv, "finv")) != -1)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette