]> git.saurik.com Git - wxWidgets.git/commit
Cast 4th parameter of getsockopt to char* and of setsockopt to const char*
authorDavid Elliott <dfe@tgwbd.org>
Tue, 9 Nov 2004 04:20:38 +0000 (04:20 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 9 Nov 2004 04:20:38 +0000 (04:20 +0000)
commitf71bb8efc323a4d6e430a0122e34cec56d489d27
treeb9c7f26a771dd23d2aa57a32fab44a4420ae4e77
parent9e9c7a152521988359bf0deac451267b2ac1630b
Cast 4th parameter of getsockopt to char* and of setsockopt to const char*
so that older headers such as those found on Solaris 2.6 will work.

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