21 Nov
2005
21 Nov
'05
9:59 p.m.
Gerald Pfeifer <gerald(a)pfeifer.com> writes:
#if 0 /* obsoleted */ #define EAI_NODATA 7 /* no address associated with hostname */ #endif
I did some archeology, and for earlier versions of FreeBSD the definition in netdb.h indeed was used, and in fact the reference to EAI_NODATA under /usr/include.
If it's being obsoleted then we should probably just #ifdef it out. -- Alexandre Julliard julliard(a)winehq.org