Ignore:
File:
1 edited

Legend:

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

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