Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs.c

    r852b801 rbbddafb  
    4848#include <unistd.h>
    4949#include <stdio.h>
     50#include <task.h>
    5051#include <libfs.h>
    5152#include "../../vfs/vfs.h"
     
    5556
    5657vfs_info_t tmpfs_vfs_info = {
    57         .name = "tmpfs",
     58        .name = NAME,
    5859};
    5960
     
    9091        }
    9192       
    92         dprintf("VFS-TMPFS connection established.\n");
     93        dprintf(NAME ": connection opened\n");
    9394        while (1) {
    9495                ipc_callid_t callid;
     
    162163
    163164        printf(NAME ": Accepting connections\n");
     165        task_retval(0);
    164166        async_manager();
    165167        /* not reached */
Note: See TracChangeset for help on using the changeset viewer.