Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/logger/ctl.c

    r8e9b2534 r42bde6a  
    4141#include <io/logctl.h>
    4242#include <ipc/logger.h>
    43 #include <vfs/vfs.h>
    4443#include "logger.h"
    4544
     
    8786                        break;
    8887                }
    89                 case LOGGER_CONTROL_SET_ROOT: {
    90                         int fd = vfs_receive_handle(true);
    91                         vfs_root_set(fd);
    92                         async_answer_0(callid, fd >= 0 ? EOK : fd);
    93                         break;
    94                 }
    9588                default:
    9689                        async_answer_0(callid, EINVAL);
Note: See TracChangeset for help on using the changeset viewer.