Changes in uspace/srv/bd/rd/rd.c [1558d85:bf9cb2f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/rd/rd.c
r1558d85 rbf9cb2f 49 49 #include <errno.h> 50 50 #include <async.h> 51 #include <align.h> 52 #include <async.h> 51 53 #include <fibril_synch.h> 52 54 #include <stdio.h> … … 176 178 bd_srvs.ops = &rd_bd_ops; 177 179 178 async_set_ fallback_port_handler(rd_client_conn, NULL);180 async_set_client_connection(rd_client_conn); 179 181 ret = loc_server_register(NAME); 180 182 if (ret != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.