Changeset a2e3ee6 in mainline for uspace/app/nettest1/nettest1.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/nettest1/nettest1.c

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