Gerald Pfeifer gerald@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.