unrecognized code is returned.
(HAVE_GETNAMEINFO): Undefine before defining, just in case.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13618
dc483132-0cff-0310-8789-
dd5450dbe970
2001-07-19 Ken Raeburn <raeburn@mit.edu>
+ * fake-addrinfo.h (translate_h_errno): Supply a default value in
+ case some unrecognized code is returned.
+ (HAVE_GETNAMEINFO): Undefine before defining, just in case.
+
* krb5.hin (krb5_os_hostaddr): Declaration moved...
* k5-int.h (krb5_os_hostaddr): ...to here.
case NO_ADDRESS:
#endif
return EAI_NODATA;
+ default:
+ return EAI_SYSTEM;
}
}
#endif /* FAI_IMPLEMENTATION */
-#define HAVE_GETADDRINFO /* fake it */
-#define HAVE_GETNAMEINFO /* well, soon... */
+#define HAVE_GETADDRINFO
+#undef HAVE_GETNAMEINFO
+#define HAVE_GETNAMEINFO
#endif /* HAVE_GETADDRINFO */