From 5f6fe1fca1e60923503dd391a60b2ad5b9aead31 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Wed, 13 Jul 2011 00:30:52 +0200 Subject: inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflag There are build 'ifdef L_ns_parse'. Signed-off-by: Daniel Mack --- libc/inet/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/Makefile.in') diff --git a/libc/inet/Makefile.in b/libc/inet/Makefile.in index 6c2c576f8..f2a495aa5 100644 --- a/libc/inet/Makefile.in +++ b/libc/inet/Makefile.in @@ -41,7 +41,7 @@ CSRC-$(findstring y,$(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6)) += \ res_init.c res_query.c res_comp.c ns_name.c \ _res_state.c CSRC-$(findstring y,$(UCLIBC_HAS_RESOLVER_SUPPORT)) += \ - ns_netint.c + ns_netint.c ns_parse.c ## # unused ATM ## CSRC-y += encodep.c decodep.c formquery.c -- cgit v1.2.3