[Bug 63208] cygwin compile fails: "undefined ref to inet_pton"

Thiago Macieira <[email protected]> 21 Oct 2003 00:19:44 -0000
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=63208     




------- Additional Comments From [email protected]  2003-10-21 02:19 -------
inet_pton and inet_aton aren't equivalents. Please use my replacement function in kdelibs/kdecore/netsupp.cpp if you need to use it outside KDE code. Inside KDE code, please use KInetSocketAddress.