VirtualBox

Changeset 50128 in vbox for trunk


Ignore:
Timestamp:
Jan 20, 2014 5:36:43 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91673
Message:

resolv_conf_parser.c: Linux build fix. (inet_net_pton -> inet_pton)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/resolv_conf_parser.c

    r50088 r50128  
    292292                        return rcp_get_token(parser);
    293293
    294                     rc = inet_net_pton(AF_INET6, parser->rcpp_str_buffer,
    295                                        &address->uAddr.IPv6, sizeof(address->uAddr.IPv6));
     294                    rc = inet_pton(AF_INET6, parser->rcpp_str_buffer,
     295                                       &address->uAddr.IPv6);
    296296                    if (rc == -1)
    297297                        return tok_error;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette