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


Ignore:
File:
1 edited

Legend:

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

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