* Authors: Guilhem Lavaux,
* Guillermo Rodriguez Garcia <guille@iies.es> (maintainer)
* Purpose: GSocket main Unix and OS/2 file
- * Licence: The wxWindows licence
+ * Licence: The wxWidgets licence
* CVSID: $Id$
* -------------------------------------------------------------------------
*/
return GSOCK_INVPORT;
}
- se = getservbyname(port, protocol);
+ se = getservbyname(port, (char*)protocol);
if (!se)
{
/* the cast to int suppresses compiler warnings about subscript having the