reenternat function build error
Using SunStudio12 rh4, get the following errors
"cmriSockaddr.cc", line 107: Error: The function "gethostbyname_r" must have a prototype.
"cmriSockaddr.cc", line 181: Error: The function "getservbyname_r" must have a prototype.
These both seem to be defined within
#ifdef __USE_MISC
The linux man page specifies these are gnu extensions and both of these exist on Solaris.
Suggestions?

