Changeset ee3f6f6 in mainline for uspace/drv/bus/isa/isa.c


Ignore:
Timestamp:
2014-06-30T18:04:54Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3daf1979
Parents:
ef1ddad
Message:

Removal of strtok() and strtok_r() in favour of str_tok().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/isa/isa.c

    ref1ddad ree3f6f6  
    355355
    356356        /* Get the name part of the rest of the line. */
    357         strtok(line, ":");
     357        str_tok(line, ":", NULL);
    358358        return line;
    359359}
Note: See TracChangeset for help on using the changeset viewer.