Changeset a7e7716 in mainline
- Timestamp:
- 2010-11-24T20:09:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4688fab8
- Parents:
- c646ea0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/redir/redir.c
rc646ea0 ra7e7716 78 78 { 79 79 const char **args; 80 task_id_t id ;80 task_id_t id = 0; 81 81 int rc; 82 82 … … 100 100 printf("%s: Error spawning %s (%s)\n", NAME, argv[0], 101 101 str_error(rc)); 102 return 0; 102 103 } 103 104
Note:
See TracChangeset
for help on using the changeset viewer.