]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#undef inet_aton
authorMark Andrews <marka@isc.org>
Mon, 1 Dec 2008 04:13:20 +0000 (04:13 +0000)
committerMark Andrews <marka@isc.org>
Mon, 1 Dec 2008 04:13:20 +0000 (04:13 +0000)
lib/isc/unix/include/isc/net.h

index 653358bc339196754b3a39e6f70107853b9454c6..87c04eb99b7baf6b2474a6083c5fd596b58267a6 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: net.h,v 1.39.18.7 2008/12/01 04:02:15 marka Exp $ */
+/* $Id: net.h,v 1.39.18.8 2008/12/01 04:13:20 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