It appears that inet_aton() doesn't really exist except in libresolv;
the proper function to call is inet_addr(). Since we already had code to do that (for MS-Windows), this simplifies things a lot!
Showing
Please register or sign in to comment