PERFORCE change 104646 for review

Michael Bushkov bushman at FreeBSD.org
Mon Aug 21 01:57:46 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=104646

Change 104646 by bushman at 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) \


More information about the p4-projects mailing list