Changeset a2e3ee6 in mainline for uspace/app/nettest3/nettest3.c


Ignore:
Timestamp:
2013-06-20T16:45:58Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
08bb73b
Parents:
19a4f73
Message:

use new network address infrastructure (towards IPv6 support)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nettest3/nettest3.c

    r19a4f73 ra2e3ee6  
    8484                        }
    8585                       
    86                         rc = inet2_addr_sockaddr_in(&hinfo->addr, &addr);
     86                        rc = inet_addr_sockaddr_in(&hinfo->addr, &addr);
    8787                        if (rc != EOK) {
    8888                                printf("Host '%s' not resolved as IPv4 address.\n", argv[1]);
Note: See TracChangeset for help on using the changeset viewer.