Changeset 93fbbd26 in mainline for uspace/srv/vfs/vfs_file.c
- Timestamp:
- 2009-11-09T22:47:45Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d8f92868
- Parents:
- 3766467 (diff), 42fa698 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_file.c
r3766467 r93fbbd26 89 89 unsigned int i; 90 90 if (desc) 91 i = MAX_OPEN_FILES ;91 i = MAX_OPEN_FILES - 1; 92 92 else 93 93 i = 0;
Note:
See TracChangeset
for help on using the changeset viewer.