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