Changes in uspace/srv/vfs/vfs_file.c [1e4cada:42fa698] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_file.c
r1e4cada r42fa698 42 42 #include <bool.h> 43 43 #include <fibril.h> 44 #include <fibril_sync h.h>44 #include <fibril_sync.h> 45 45 #include "vfs.h" 46 46 … … 111 111 i--; 112 112 } else { 113 if (i == MAX_OPEN_FILES - 1)113 if (i == MAX_OPEN_FILES) 114 114 break; 115 115
Note:
See TracChangeset
for help on using the changeset viewer.