Changes in uspace/srv/bd/rd/rd.c [47b7006:ffa2c8ef] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/rd/rd.c

    r47b7006 rffa2c8ef  
    102102         * Now we wait for the client to send us its communication as_area.
    103103         */
    104         unsigned int flags;
     104        int flags;
    105105        if (async_share_out_receive(&callid, &comm_size, &flags)) {
    106106                fs_va = as_get_mappable_page(comm_size);
Note: See TracChangeset for help on using the changeset viewer.