mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
#undef inet_aton
This commit is contained in:
parent
9935447b51
commit
36c12f1bb4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user