Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/part/guid_part/guid_part.c

    r7e752b2 r7ea7db31  
    191191                rc = devmap_device_register(name, &dev);
    192192                if (rc != EOK) {
    193                         devmap_hangup_phone(DEVMAP_DRIVER);
    194193                        printf(NAME ": Unable to register device %s.\n", name);
    195194                        return rc;
     
    315314        ipc_callid_t callid;
    316315        ipc_call_t call;
    317         ipcarg_t method;
     316        sysarg_t method;
    318317        devmap_handle_t dh;
    319318        int flags;
     
    360359        while (1) {
    361360                callid = async_get_call(&call);
    362                 method = IPC_GET_METHOD(call);
     361                method = IPC_GET_IMETHOD(call);
    363362                switch (method) {
    364363                case IPC_M_PHONE_HUNGUP:
Note: See TracChangeset for help on using the changeset viewer.