Changes in uspace/app/bdsh/exec.c [a000878c:adb49f58] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.c
ra000878c radb49f58 120 120 free(found); 121 121 122 tid = task_spawn( tmp, (const char **)argv);122 tid = task_spawn((const char *)tmp, argv); 123 123 free(tmp); 124 124
Note:
See TracChangeset
for help on using the changeset viewer.