Ignore:
File:
1 edited

Legend:

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

    r4198f9c3 r1e4cada  
    4343#include <stdarg.h>
    4444#include <bool.h>
    45 #include <fibril_sync.h>
     45#include <fibril_synch.h>
    4646#include <adt/list.h>
    4747#include <vfs/canonify.h>
     
    209209            (ipcarg_t) result->triplet.index, &answer);
    210210       
    211        
    212211        ipcarg_t rc;
    213212        async_wait_for(req, &rc);
Note: See TracChangeset for help on using the changeset viewer.