Changeset 06d6505 in mainline
- Timestamp:
- 2008-10-08T10:19:06Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c61d34b
- Parents:
- 6198611
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.c
r6198611 r06d6505 118 118 free(found); 119 119 120 tid = task_spawn((const char *)tmp, (const char **)argv);120 tid = task_spawn((const char *)tmp, argv); 121 121 free(tmp); 122 122
Note:
See TracChangeset
for help on using the changeset viewer.