Changeset 9c4cf0d in mainline for uspace/lib/c/generic/vfs/inbox.c
- Timestamp:
- 2017-04-02T11:24:06Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 151f1cc
- Parents:
- b19e892
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/inbox.c
rb19e892 r9c4cf0d 1 1 2 2 #include <vfs/inbox.h> 3 #include <vfs/vfs.h> 3 4 4 5 #include <adt/list.h> … … 126 127 int original = inbox_set(entries[i].name, entries[i].file); 127 128 if (original >= 0) { 128 close(original);129 vfs_put(original); 129 130 } 130 131 }
Note:
See TracChangeset
for help on using the changeset viewer.