Changes in uspace/app/dnsres/dnsres.c [5a324d99:1d6dd2a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/dnsres/dnsres.c
r5a324d99 r1d6dd2a 38 38 #include <stdio.h> 39 39 #include <stdlib.h> 40 #include <str.h> 40 41 41 42 #define NAME "dnsres" … … 78 79 79 80 dnsr_hostinfo_t *hinfo; 80 int rc = dnsr_name2host(hname, &hinfo, ver);81 errno_t rc = dnsr_name2host(hname, &hinfo, ver); 81 82 if (rc != EOK) { 82 83 printf("%s: Error resolving '%s'.\n", NAME, hname);
Note:
See TracChangeset
for help on using the changeset viewer.