mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
fix cut-and-paste error
This commit is contained in:
parent
6acb28c304
commit
5a7a0823f4
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ char *isc_inet_ntop(int af, const void *src, char *dst, size_t size);
|
|||
int
|
||||
isc_inet_pton(int af, const char *src, void *dst);
|
||||
#else
|
||||
#define isc_inet_ntop inet_ntop
|
||||
#define isc_inet_pton inet_pton
|
||||
#endif
|
||||
|
||||
#ifdef NEED_INET_ATON
|
||||
|
|
|
|||
Loading…
Reference in a new issue