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