Changes in uspace/srv/console/gcons.c [0da4e41:1035437] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/console/gcons.c
r0da4e41 r1035437 339 339 goto exit; 340 340 341 rc = async_share_out_start(fbphone, shm, PROTO_READ);341 rc = ipc_share_out_start(fbphone, shm, PROTO_READ); 342 342 if (rc) 343 343 goto drop; … … 409 409 goto exit; 410 410 411 rc = async_share_out_start(fbphone, shm, PROTO_READ);411 rc = ipc_share_out_start(fbphone, shm, PROTO_READ); 412 412 if (rc) 413 413 goto drop;
Note:
See TracChangeset
for help on using the changeset viewer.