Changes in uspace/srv/bd/rd/rd.c [1558d85:bf9cb2f] in mainline


Ignore:
File:
1 edited

Legend:

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

    r1558d85 rbf9cb2f  
    4949#include <errno.h>
    5050#include <async.h>
     51#include <align.h>
     52#include <async.h>
    5153#include <fibril_synch.h>
    5254#include <stdio.h>
     
    176178        bd_srvs.ops = &rd_bd_ops;
    177179       
    178         async_set_fallback_port_handler(rd_client_conn, NULL);
     180        async_set_client_connection(rd_client_conn);
    179181        ret = loc_server_register(NAME);
    180182        if (ret != EOK) {
Note: See TracChangeset for help on using the changeset viewer.