Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/client_conn.c

    r5b18137 r4c9b28a  
    632632        if (link == NULL) {
    633633                fibril_mutex_unlock(&drv->driver_mutex);
    634                 free(buffer);
    635634                async_answer_0(data_callid, ENOMEM);
    636635                async_answer_0(iid, ENOMEM);
     
    727726
    728727/** Function for handling connections from a client to the device manager. */
    729 void devman_connection_client(ipc_callid_t iid, ipc_call_t *icall, void *arg)
     728void devman_connection_client(ipc_callid_t iid, ipc_call_t *icall)
    730729{
    731730        /* Accept connection. */
Note: See TracChangeset for help on using the changeset viewer.