Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/hound/src/client.c

    r07e28f8 re5bc912  
    4242#include <stdio.h>
    4343#include <libarch/types.h>
    44 #include <task.h>
    4544
    4645#include "protocol.h"
     
    243242                if (ret != EOK)
    244243                        return ret;
    245                 if (count == 0)
    246                         return ENOENT;
    247244                target = tgt[0];
    248245        }
Note: See TracChangeset for help on using the changeset viewer.