Changeset 9c4cf0d in mainline for uspace/app/bdsh/cmds/modules/cmp/cmp.c
- Timestamp:
- 2017-04-02T11:24:06Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 151f1cc
- Parents:
- b19e892
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cmp/cmp.c
rb19e892 r9c4cf0d 116 116 end: 117 117 if (fd[0] >= 0) 118 close(fd[0]);118 vfs_put(fd[0]); 119 119 if (fd[1] >= 0) 120 close(fd[1]);120 vfs_put(fd[1]); 121 121 return rc; 122 122 }
Note:
See TracChangeset
for help on using the changeset viewer.