Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/devman.c

    r3f57fb7 rd87561c  
    4545#include <errno.h>
    4646#include <malloc.h>
    47 #include <bool.h>
     47#include <stdbool.h>
    4848
    4949static FIBRIL_MUTEX_INITIALIZE(devman_driver_block_mutex);
     
    413413        sysarg_t dretval;
    414414       
    415         exch = devman_exchange_begin_blocking(LOC_PORT_CONSUMER);
     415        exch = devman_exchange_begin_blocking(DEVMAN_CLIENT);
    416416       
    417417        ipc_call_t answer;
Note: See TracChangeset for help on using the changeset viewer.