History log of /dflybsd-src/lib/libc/net/gai_strerror.3 (Results 1 – 2 of 2)
Revision Date Author Comments
# 835fbf8a 07-Oct-2008 Sascha Wildner <swildner@dragonflybsd.org>

Add missing .Lb


# 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 ...