Changes in uspace/lib/gui/terminal.c [593e023:1c635d6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/terminal.c
r593e023 r1c635d6 104 104 static void getterm(const char *svc, const char *app) 105 105 { 106 task_spawnl(NULL, APP_GETTERM, APP_GETTERM, svc, LOCFS_MOUNT_POINT,107 "--msg", "--wait", "--", app, NULL);106 task_spawnl(NULL, NULL, APP_GETTERM, APP_GETTERM, svc, 107 LOCFS_MOUNT_POINT, "--msg", "--wait", "--", app, NULL); 108 108 } 109 109
Note:
See TracChangeset
for help on using the changeset viewer.