SOCKLEN_T handling for OSX - it seems to be defined as a size_t, when the parameters...
authorRyan Norton <wxprojects@comcast.net>
Thu, 23 Sep 2004 17:17:43 +0000 (17:17 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 23 Sep 2004 17:17:43 +0000 (17:17 +0000)
commite6e1f5176e05660ea0ba0ed02e423ad57e55d30e
tree2fa07bd30988b70148bda98c4600692000aa9478
parent2ef752932bd40c566f0ea003f78e48a00c8295a9
SOCKLEN_T handling for OSX - it seems to be defined as a size_t, when the parameters to the functions where it is handled is really an int (avoids multiple conversion warnings)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/gsocket.cpp