summaryrefslogtreecommitdiff
path: root/libc/inet/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-02-12 12:45:11 +0000
committerEric Andersen <andersen@codepoet.org>2003-02-12 12:45:11 +0000
commitb14acb6d995302ed0ed1ebf8d657be4f4ee9e30b (patch)
tree2978310417f3ab229340c26d2cb5d683492a329d /libc/inet/Makefile
parent1d3a8bf3efe2d76336d430996d8b2f216630b065 (diff)
Eliminate a needless extern
Diffstat (limited to 'libc/inet/Makefile')
-rw-r--r--libc/inet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile
index bc29ec74f..4614e1452 100644
--- a/libc/inet/Makefile
+++ b/libc/inet/Makefile
@@ -42,7 +42,7 @@ MOBJ2=encodeh.o decodeh.o encoded.o decoded.o lengthd.o encodeq.o \
closenameservers.o resolvename.o gethostbyname.o res_init.o \
res_query.o gethostbyaddr.o read_etc_hosts_r.o get_hosts_byname_r.o \
get_hosts_byaddr_r.o gethostbyname2.o getnameinfo.o gethostent.o \
- gethostbyname_r.o gethostbyname2_r.o gethostbyaddr_r.o connect_dns.o
+ gethostbyname_r.o gethostbyname2_r.o gethostbyaddr_r.o
MSRC3=socketcalls.c
MOBJ3= accept.o bind.o connect.o getpeername.o getsockname.o getsockopt.o \