Changeset 9c4cf0d in mainline for uspace/srv/devman/match.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/srv/devman/match.c
rb19e892 r9c4cf0d 243 243 244 244 if (opened) 245 close(fd);245 vfs_put(fd); 246 246 247 247 return suc;
Note:
See TracChangeset
for help on using the changeset viewer.