GNOME Bugzilla – Bug 100422
gnome-vfs using private symbol inet_aton
Last modified: 2004-12-22 21:47:04 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
Created attachment 12762 [details] [review] Patch for this bug
Setting PATCH keyword.
Patch looks good to me. Please commit.
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.