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

    r19a4f73 ra2e3ee6  
    3434
    3535#include <errno.h>
    36 #include <inet/addr2.h>
     36#include <inet/addr.h>
    3737#include <inet/dnsr.h>
    3838#include <stdio.h>
     
    6666        }
    6767
    68         rc = inet2_addr_format(&hinfo->addr, &saddr);
     68        rc = inet_addr_format(&hinfo->addr, &saddr);
    6969        if (rc != EOK) {
    7070                dnsr_hostinfo_destroy(hinfo);
Note: See TracChangeset for help on using the changeset viewer.