Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/remote_ahci.c

    r25a179e r58563585  
    9595        async_data_read_start(exch, sata_dev_name, sata_dev_name_length);
    9696       
    97         int rc;
     97        sysarg_t rc;
    9898        async_wait_for(req, &rc);
    9999       
     
    155155        async_exchange_end(exch);
    156156       
    157         int rc;
     157        sysarg_t rc;
    158158        async_wait_for(req, &rc);
    159159       
     
    175175        async_exchange_end(exch);
    176176       
    177         int rc;
     177        sysarg_t rc;
    178178        async_wait_for(req, &rc);
    179179       
Note: See TracChangeset for help on using the changeset viewer.