Changes in uspace/app/dnsres/dnsres.c [b7fd2a0:5a324d99] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/dnsres/dnsres.c
rb7fd2a0 r5a324d99 78 78 79 79 dnsr_hostinfo_t *hinfo; 80 errno_t rc = dnsr_name2host(hname, &hinfo, ver);80 int rc = dnsr_name2host(hname, &hinfo, ver); 81 81 if (rc != EOK) { 82 82 printf("%s: Error resolving '%s'.\n", NAME, hname);
Note:
See TracChangeset
for help on using the changeset viewer.