summaryrefslogtreecommitdiff
path: root/libc/inet/Makefile.in
diff options
context:
space:
mode:
authormirabilos <m@mirbsd.org>2021-08-09 03:36:58 +0200
committermirabilos <mirabilos@evolvis.org>2021-08-09 03:36:58 +0200
commite966cf302aa3b7fc0748d5cdb510d2757bbff4a5 (patch)
tree5566789bb135d8202665709a9ebf7724048f2f0c /libc/inet/Makefile.in
parentdc68c2fce026e91f56636dd65b732509f6af29a5 (diff)
make __{en,de}code_dotted into macros
they merely call dn_{comp,expand} slightly rearranging the arguments Signed-off-by: mirabilos <mirabilos@evolvis.org>
Diffstat (limited to 'libc/inet/Makefile.in')
-rw-r--r--libc/inet/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/Makefile.in b/libc/inet/Makefile.in
index 91c417cc2..5e43f2303 100644
--- a/libc/inet/Makefile.in
+++ b/libc/inet/Makefile.in
@@ -26,7 +26,7 @@ CSRC-$(V4_OR_V6) += \
inet_lnaof.c inet_netof.c
# multi source resolv.c
CSRC-$(V4_OR_V6) += \
- encodeh.c decodeh.c encoded.c decoded.c \
+ encodeh.c decodeh.c \
encodeq.c encodea.c \
read_etc_hosts_r.c \
dnslookup.c opennameservers.c closenameservers.c \