Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nterm/nterm.c

    ra62ceaf rb7fd2a0  
    6161        char cbuf[STR_BOUNDS(1)];
    6262        size_t offs;
    63         int rc;
     63        errno_t rc;
    6464
    6565        offs = 0;
     
    110110{
    111111        cons_event_t ev;
    112         int rc;
     112        errno_t rc;
    113113
    114114        if (argc != 2) {
Note: See TracChangeset for help on using the changeset viewer.