Ignore:
File:
1 edited

Legend:

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

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