After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 100422 - gnome-vfs using private symbol inet_aton
gnome-vfs using private symbol inet_aton
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Module: http
cvs (head)
Other Linux
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2002-12-05 13:42 UTC by Balamurali Viswanathan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for this bug (795 bytes, patch)
2002-12-05 13:43 UTC, Balamurali Viswanathan
none Details | Review

Description Balamurali Viswanathan 2002-12-05 13:42:17 UTC
gnome-vfs is using inet_aton which is a private symbol. I am attaching a
patch for this bug, which changes inet_aton to inet_pton. Thanks
Comment 1 Balamurali Viswanathan 2002-12-05 13:43:14 UTC
Created attachment 12762 [details] [review]
Patch for this bug
Comment 2 Elijah Newren 2002-12-05 17:02:35 UTC
Setting PATCH keyword.
Comment 3 Alexander Larsson 2003-04-16 07:42:10 UTC
Patch looks good to me. Please commit.
Comment 4 Balamurali Viswanathan 2003-04-17 04:00:56 UTC
Thanks Alex, Checked in the patch to HEAD.

2003-04-17  Balamurali Viswanathan <balamurali.viswanathan@wipro.com>

        * modules/http-method.c: Changed private symbol inet_aton
          to inet_pton.