Changes in uspace/lib/c/generic/io/log.c [fafb8e5:5a6cc679] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/log.c
rfafb8e5 r5a6cc679 41 41 #include <io/log.h> 42 42 #include <ipc/logger.h> 43 #include <str.h>44 43 #include <ns.h> 45 44 … … 208 207 return parent; 209 208 210 return ipc_get_arg1(&answer);209 return IPC_GET_ARG1(answer); 211 210 } 212 211
Note:
See TracChangeset
for help on using the changeset viewer.