Ticket #506: getopt.patch

File getopt.patch, 264 bytes (added by Saad Talaat, 11 years ago)

Fix patch

  • uspace/lib/c/generic/

    old new  
    473473                if (idx)
    474474                        *idx = match;
    475475        }
     476        place = EMSG;
    476477        return retval;
    477478#undef IDENTICAL_INTERPRETATION
    478479}