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

index 57ebc2b41c8f69a639e5a46a760ea6840c123cd2..2f70ae0ef0cbedfbbc6165c5a98c0d38036b0ead 100644 (file)
@@ -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