Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/log.c

    r5a6cc679 rfafb8e5  
    4141#include <io/log.h>
    4242#include <ipc/logger.h>
     43#include <str.h>
    4344#include <ns.h>
    4445
     
    207208                return parent;
    208209
    209         return IPC_GET_ARG1(answer);
     210        return ipc_get_arg1(&answer);
    210211}
    211212
Note: See TracChangeset for help on using the changeset viewer.