Revision: 75714
http://sourceforge.net/p/brlcad/code/75714
Author: starseeker
Date: 2020-05-07 01:02:41 +0000 (Thu, 07 May 2020)
Log Message:
-----------
Unless this varies by platform, it looks like the signature should be void* not
char*
Modified Paths:
--------------
brlcad/trunk/src/remrt/ihost.c
Modified: brlcad/trunk/src/remrt/ihost.c
===================================================================
--- brlcad/trunk/src/remrt/ihost.c 2020-05-06 23:48:15 UTC (rev 75713)
+++ brlcad/trunk/src/remrt/ihost.c 2020-05-07 01:02:41 UTC (rev 75714)
@@ -61,7 +61,7 @@
#endif
#if defined(HAVE_GETHOSTBYADDR) && !defined(HAVE_DECL_GETHOSTBYADDR) &&
!defined(_WINSOCKAPI_)
-extern struct hostent *gethostbyaddr(const char *, socklen_t, int);
+extern struct hostent *gethostbyaddr(const void *, socklen_t, int);
#endif
struct bu_list HostHead;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits