Fix fake getnameinfo() and check more arguments.

This commit is contained in:
Guus Sliepen 2003-08-17 08:32:39 +00:00
parent f4e80cc5e0
commit 2236e05e51
3 changed files with 24 additions and 9 deletions

View file

@ -5,10 +5,11 @@
* See getaddrinfo.c and getnameinfo.c.
*/
/* $Id: fake-gai-errnos.h,v 1.1.2.2 2003/07/12 17:41:45 guus Exp $ */
/* $Id: fake-gai-errnos.h,v 1.1.2.3 2003/08/17 08:32:38 guus Exp $ */
/* for old netdb.h */
#ifndef EAI_NODATA
#define EAI_NODATA 1
#define EAI_MEMORY 2
#define EAI_FAMILY 3
#endif