Changes in uspace/srv/vfs/vfs.c [19f857a:f29a3a2] in mainline


Ignore:
File:
1 edited

Legend:

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

    r19f857a rf29a3a2  
    4242#include <stdio.h>
    4343#include <bool.h>
    44 #include <str.h>
     44#include <string.h>
    4545#include <as.h>
    4646#include <atomic.h>
     
    7272                ipc_call_t call;
    7373                ipc_callid_t callid = async_get_call(&call);
     74               
     75                fs_handle_t fs_handle;
     76                int phone;
    7477               
    7578                switch (IPC_GET_METHOD(call)) {
Note: See TracChangeset for help on using the changeset viewer.