Changeset e948fde in mainline for uspace/app/ping/ping.c
- Timestamp:
- 2013-09-29T21:43:49Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a324d99
- Parents:
- f023251
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/ping/ping.c
rf023251 re948fde 262 262 if (rc != EOK) { 263 263 /* Try interpreting as a host name */ 264 rc = dnsr_name2host(argv[optind], &hinfo, AF_INET);264 rc = dnsr_name2host(argv[optind], &hinfo, ip_v4); 265 265 if (rc != EOK) { 266 266 printf("Error resolving host '%s'.\n", argv[optind]);
Note:
See TracChangeset
for help on using the changeset viewer.