Ignore:
File:
1 edited

Legend:

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

    r007e6efa rffa2c8ef  
    4242
    4343#include "tmpfs.h"
    44 #include <ipc/ipc.h>
    4544#include <ipc/services.h>
    4645#include <ipc/ns.h>
     
    9190                 * created by IPC_M_CONNECT_TO_ME.
    9291                 */
    93                 ipc_answer_0(iid, EOK);
     92                async_answer_0(iid, EOK);
    9493        }
    9594       
     
    143142                        break;
    144143                default:
    145                         ipc_answer_0(callid, ENOTSUP);
     144                        async_answer_0(callid, ENOTSUP);
    146145                        break;
    147146                }
Note: See TracChangeset for help on using the changeset viewer.