Changeset 5a6cc679 in mainline for uspace/app/vlaunch/vlaunch.c
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
-
uspace/app/vlaunch/vlaunch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vlaunch/vlaunch.c
r132ab5d1 r5a6cc679 66 66 task_id_t id; 67 67 task_wait_t wait; 68 int rc = task_spawnl(&id, &wait, app, app, winreg, NULL);68 errno_t rc = task_spawnl(&id, &wait, app, app, winreg, NULL); 69 69 if (rc != EOK) { 70 70 printf("%s: Error spawning %s %s (%s)\n", NAME, app,
Note:
See TracChangeset
for help on using the changeset viewer.
