From: Mark Andrews Date: Mon, 1 Dec 2008 04:14:54 +0000 (+0000) Subject: #undef inet_aton X-Git-Tag: v9.6.0rc2~5^2~28 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=36c12f1bb49f4fe7cc87229d50bcca841c4e00be;p=thirdparty%2Fbind9.git #undef inet_aton --- diff --git a/lib/isc/unix/include/isc/net.h b/lib/isc/unix/include/isc/net.h index 57ebc2b41c8..2f70ae0ef0c 100644 --- a/lib/isc/unix/include/isc/net.h +++ b/lib/isc/unix/include/isc/net.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.h,v 1.49 2008/12/01 03:51:47 marka Exp $ */ +/* $Id: net.h,v 1.50 2008/12/01 04:14:54 marka Exp $ */ #ifndef ISC_NET_H #define ISC_NET_H 1 @@ -356,6 +356,7 @@ isc_net_pton(int af, const char *src, void *dst); int isc_net_aton(const char *cp, struct in_addr *addr); +#undef inet_aton #define inet_aton isc_net_aton ISC_LANG_ENDDECLS