Changes in uspace/lib/hound/src/client.c [e5bc912:07e28f8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/hound/src/client.c
re5bc912 r07e28f8 42 42 #include <stdio.h> 43 43 #include <libarch/types.h> 44 #include <task.h> 44 45 45 46 #include "protocol.h" … … 242 243 if (ret != EOK) 243 244 return ret; 245 if (count == 0) 246 return ENOENT; 244 247 target = tgt[0]; 245 248 }
Note:
See TracChangeset
for help on using the changeset viewer.