Date: Mon, 21 Aug 2006 01:57:45 GMT From: Michael Bushkov <bushman@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 104646 for review Message-ID: <200608210157.k7L1vjkq004423@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104646 Change 104646 by bushman@bushman_nss_ldap_cached_make on 2006/08/21 01:57:08 IFC Affected files ... .. //depot/projects/soc2006/nss_ldap_cached_openldap/src/lib/libc/net/getaddrinfo.c#2 integrate Differences ... ==== //depot/projects/soc2006/nss_ldap_cached_openldap/src/lib/libc/net/getaddrinfo.c#2 (text+ko) ==== @@ -236,32 +236,12 @@ struct policyhead *); static int matchlen(struct sockaddr *, struct sockaddr *); -/*static struct addrinfo *getanswer(const querybuf *, int, const char *, int, - const struct addrinfo *, res_state); -#if defined(RESOLVSORT) -static int addr4sort(struct addrinfo *, res_state); -#endif -static int _dns_getaddrinfo(void *, void *, va_list); -static void _sethtent(FILE **); -static void _endhtent(FILE **); -static struct addrinfo *_gethtent(FILE **, const char *, - const struct addrinfo *); -static int _files_getaddrinfo(void *, void *, va_list); -#ifdef YP -static struct addrinfo *_yphostent(char *, const struct addrinfo *); -static int _yp_getaddrinfo(void *, void *, va_list); -#endif*/ #ifdef NS_CACHING static int addrinfo_id_func(char *, size_t *, va_list, void *); static int addrinfo_marshal_func(char *, size_t *, void *, va_list, void *); static int addrinfo_unmarshal_func(char *, size_t, void *, va_list, void *); #endif -/*static int res_queryN(const char *, struct res_target *, res_state); -static int res_searchN(const char *, struct res_target *, res_state); -static int res_querydomainN(const char *, const char *, - struct res_target *, res_state);*/ - /* XXX macros that make external reference is BAD. */ #define GET_AI(ai, afd, addr) \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608210157.k7L1vjkq004423>