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