Changeset 504d103 in mainline for uspace/srv/locsrv/locsrv.c
- Timestamp:
- 2019-08-17T13:48:39Z (5 years ago)
- Children:
- 8fab3f6
- Parents:
- 95d4280a
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-12-04 16:57:19)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:48:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/locsrv/locsrv.c
r95d4280a r504d103 384 384 } 385 385 386 rc = sysman_unit_start (unit_name, IPC_FLAG_BLOCKING);386 rc = sysman_unit_start_by_name(unit_name, IPC_FLAG_BLOCKING); 387 387 free(unit_name); 388 388 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.