Changeset 1569a9b in mainline for uspace/app/pkg/pkg.c
- Timestamp:
- 2017-12-24T16:40:33Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 48fd597
- Parents:
- a1026da
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-24 16:40:33)
- git-committer:
- GitHub <noreply@…> (2017-12-24 16:40:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pkg/pkg.c
ra1026da r1569a9b 96 96 } 97 97 98 return retval ;98 return retval == 0 ? EOK : EPARTY; 99 99 } 100 100
Note:
See TracChangeset
for help on using the changeset viewer.