Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/dnsres/dnsres.c

    r1d6dd2a r5a324d99  
    3838#include <stdio.h>
    3939#include <stdlib.h>
    40 #include <str.h>
    4140
    4241#define NAME  "dnsres"
     
    7978       
    8079        dnsr_hostinfo_t *hinfo;
    81         errno_t rc = dnsr_name2host(hname, &hinfo, ver);
     80        int rc = dnsr_name2host(hname, &hinfo, ver);
    8281        if (rc != EOK) {
    8382                printf("%s: Error resolving '%s'.\n", NAME, hname);
Note: See TracChangeset for help on using the changeset viewer.