Actions
Bug #9673
closedmove internet address manipulation functions to libc
Start date:
2018-07-24
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Move all of the following to the libc:
- inet_addr;
- inet_aton;
- inet_lnaof;
- inet_makeaddr;
- inet_netof;
- inet_network;
- inet_ntoa;
- inet_ntoa_r;
- inet_ntop;
- inet_pton;
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
git commit 8a7aa2a592747bd90d85645126d80688e024a0e2
commit 8a7aa2a592747bd90d85645126d80688e024a0e2 Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2018-07-30T19:28:50.000Z 9673 move internet address manipulation functions to libc Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions