Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_file.c

    r1e4cada r42fa698  
    4242#include <bool.h>
    4343#include <fibril.h>
    44 #include <fibril_synch.h>
     44#include <fibril_sync.h>
    4545#include "vfs.h"
    4646
     
    111111                        i--;
    112112                } else {
    113                         if (i == MAX_OPEN_FILES - 1)
     113                        if (i == MAX_OPEN_FILES)
    114114                                break;
    115115                       
Note: See TracChangeset for help on using the changeset viewer.