diff options
| author | 2020-02-13 09:29:34 +0000 | |
|---|---|---|
| committer | 2020-02-13 09:29:34 +0000 | |
| commit | 97cd63f3e229b466ce2bc9a8768b789360d59934 (patch) | |
| tree | 56cd67f91e12cb9d38c8b1b2c376f65ec2b8a06c /usr.bin/dig/lib/isc/unix | |
| parent | Do not jump to next word end if already on a word end when selecting a (diff) | |
| download | wireguard-openbsd-97cd63f3e229b466ce2bc9a8768b789360d59934.tar.xz wireguard-openbsd-97cd63f3e229b466ce2bc9a8768b789360d59934.zip | |
use libc inet_aton(3)
ok florian@ benno@ jung@
Diffstat (limited to 'usr.bin/dig/lib/isc/unix')
| -rw-r--r-- | usr.bin/dig/lib/isc/unix/include/isc/net.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/dig/lib/isc/unix/include/isc/net.h b/usr.bin/dig/lib/isc/unix/include/isc/net.h index 247af2cadfb..f0cecea91b2 100644 --- a/usr.bin/dig/lib/isc/unix/include/isc/net.h +++ b/usr.bin/dig/lib/isc/unix/include/isc/net.h @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.h,v 1.2 2020/02/11 17:22:31 florian Exp $ */ +/* $Id: net.h,v 1.3 2020/02/13 09:29:34 jsg Exp $ */ #ifndef ISC_NET_H #define ISC_NET_H 1 @@ -122,11 +122,6 @@ isc_net_probedscp(void); * Probe the level of DSCP support. */ -int -isc_net_aton(const char *cp, struct in_addr *addr); -#undef inet_aton -#define inet_aton isc_net_aton - ISC_LANG_ENDDECLS #endif /* ISC_NET_H */ |
