$NetBSD: patch-bo,v 1.1 2000/03/20 02:25:44 itojun Exp $ --- gai.h.orig Wed Dec 31 19:00:00 1969 +++ gai.h Fri Dec 24 21:50:41 1999 @@ -0,0 +1,12 @@ +/* + * fake library for ssh + * + * This file is included in getaddrinfo.c and getnameinfo.c. + * See getaddrinfo.c and getnameinfo.c. + */ + +/* for old netdb.h */ +#ifndef EAI_NODATA +#define EAI_NODATA 1 +#define EAI_MEMORY 2 +#endif