2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

fix cut-and-paste error

This commit is contained in:
Bob Halley
1999-02-02 00:39:44 +00:00
parent 6acb28c304
commit 5a7a0823f4

View File

@@ -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