#
3876068d |
| 04-Oct-2008 |
Sascha Wildner <swildner@dragonflybsd.org> |
* Constify return type of gai_strerror() as per bwg2001-009 (see http://www.opengroup.org/platform/resolutions/bwg2001-many.html).
* Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buf
* Constify return type of gai_strerror() as per bwg2001-009 (see http://www.opengroup.org/platform/resolutions/bwg2001-many.html).
* Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer is too short. This conforms to RFC 3493, POSIX and XPG6.
* Add a gai_strerror(3) manual page.
Taken-from: FreeBSD
show more ...
|