Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/window.c

    r25a179e r2c7fdaa  
    6161        async_exchange_end(exch);
    6262
    63         int ret;
     63        sysarg_t ret;
    6464        async_wait_for(req, &ret);
    6565
     
    105105        async_exchange_end(exch);
    106106       
    107         int ret;
     107        sysarg_t ret;
    108108        async_wait_for(req, &ret);
    109109       
Note: See TracChangeset for help on using the changeset viewer.