From 36c12f1bb49f4fe7cc87229d50bcca841c4e00be Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 1 Dec 2008 04:14:54 +0000 Subject: [PATCH] #undef inet_aton --- lib/isc/unix/include/isc/net.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/isc/unix/include/isc/net.h b/lib/isc/unix/include/isc/net.h index 57ebc2b41c..2f70ae0ef0 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