In section 6.1, draft-ietf-ipngwg-rfc2553bis-03.txt defines
gai_strerror() as:
char *gai_strerror(int ecode);
Is it intended that gai_strerror() return writeable strings, or are
they intended to be string constants? If the latter, then it seems
prudent to change the definition to:
const char *gai_strerror(int ecode);
...and if we do want to change it, then we should notify the POSIX
guys ASAP.
--
-- Jason R. Thorpe <[EMAIL PROTECTED]>
--------------------------------------------------------------------
IETF IPng Working Group Mailing List
IPng Home Page: http://playground.sun.com/ipng
FTP archive: ftp://playground.sun.com/pub/ipng
Direct all administrative requests to [EMAIL PROTECTED]
--------------------------------------------------------------------