Ignore:
File:
1 edited

Legend:

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

    rfafb8e5 r5a6cc679  
    4141#include <io/log.h>
    4242#include <ipc/logger.h>
    43 #include <str.h>
    4443#include <ns.h>
    4544
     
    208207                return parent;
    209208
    210         return ipc_get_arg1(&answer);
     209        return IPC_GET_ARG1(answer);
    211210}
    212211
Note: See TracChangeset for help on using the changeset viewer.