diff options
author | 2018-04-28 15:16:49 +0000 | |
---|---|---|
committer | 2018-04-28 15:16:49 +0000 | |
commit | b5afe7042216e17edcaa41735624e6dac1b122e3 (patch) | |
tree | 99955be5dbd849ce77cdb04d1e5b1366ef3dde0b /lib/libc/asr/asr_debug.c | |
parent | Minor cleanup, no functional change: (diff) | |
download | wireguard-openbsd-b5afe7042216e17edcaa41735624e6dac1b122e3.tar.xz wireguard-openbsd-b5afe7042216e17edcaa41735624e6dac1b122e3.zip |
To allow us to get rid of /etc/networks, make getnetby*(3)
wrappers around gethostby*_async(3). If you had anything of
importance in /etc/networks, specify it in /etc/hosts instead.
Feedback and OK eric@, OK deraadt@
Diffstat (limited to 'lib/libc/asr/asr_debug.c')
-rw-r--r-- | lib/libc/asr/asr_debug.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/asr/asr_debug.c b/lib/libc/asr/asr_debug.c index 1591bd204c1..141517b8360 100644 --- a/lib/libc/asr/asr_debug.c +++ b/lib/libc/asr/asr_debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asr_debug.c,v 1.24 2017/02/27 11:31:01 jca Exp $ */ +/* $OpenBSD: asr_debug.c,v 1.25 2018/04/28 15:16:49 schwarze Exp $ */ /* * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> * @@ -338,8 +338,6 @@ _asr_querystr(int type) CASE(ASR_GETRRSETBYNAME); CASE(ASR_GETHOSTBYNAME); CASE(ASR_GETHOSTBYADDR); - CASE(ASR_GETNETBYNAME); - CASE(ASR_GETNETBYADDR); CASE(ASR_GETADDRINFO); CASE(ASR_GETNAMEINFO); default: |