Changeset 0655d64 in mainline
- Timestamp:
- 2010-03-31T17:14:39Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c058d50
- Parents:
- e257ae3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/ps/ps.c
re257ae3 r0655d64 151 151 task_id_t taskid = strtol(*argv, NULL, 10); 152 152 list_threads(taskid); 153 } if (str_cmp(*argv, "-l") == 0) {153 } else if (str_cmp(*argv, "-l") == 0) { 154 154 --argc; ++argv; 155 155 if (argc != 0) {
Note:
See TracChangeset
for help on using the changeset viewer.