Changeset 215e375 in mainline for uspace/srv/console/gcons.c
- Timestamp:
- 2007-12-31T17:23:20Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f57f8ea
- Parents:
- 27d293a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/console/gcons.c
r27d293a r215e375 326 326 if (rc) 327 327 goto exit; 328 rc = ipc_share_out_s end(fbphone, shm, PROTO_READ);328 rc = ipc_share_out_start(fbphone, shm, PROTO_READ); 329 329 if (rc) 330 330 goto drop; … … 387 387 if (rc) 388 388 goto exit; 389 rc = ipc_share_out_s end(fbphone, shm, PROTO_READ);389 rc = ipc_share_out_start(fbphone, shm, PROTO_READ); 390 390 if (rc) 391 391 goto drop;
Note:
See TracChangeset
for help on using the changeset viewer.