Changeset fff7ef4 in mainline for uspace/app/dnsres/dnsres.c
- Timestamp:
- 2013-04-26T07:34:42Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 48171fc4
- Parents:
- 287d729
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/dnsres/dnsres.c
r287d729 rfff7ef4 65 65 char *saddr; 66 66 67 rc = dnsr_init();68 if (rc != EOK) {69 printf(NAME ": Failed connecting to DNS resolution service "70 "(%d).\n", rc);71 return 1;72 }73 74 67 if (argc != 2) { 75 68 print_syntax();
Note:
See TracChangeset
for help on using the changeset viewer.