svn commit: branches/uClibc-nptl/libc/inet

kraj at uclibc.org kraj at uclibc.org
Fri Nov 21 05:22:13 UTC 2008


Author: kraj
Date: 2008-11-20 21:22:12 -0800 (Thu, 20 Nov 2008)
New Revision: 24107

Log:
Add _res_init.c to resolv_CSRC.


Modified:
   branches/uClibc-nptl/libc/inet/Makefile.in


Changeset:
Modified: branches/uClibc-nptl/libc/inet/Makefile.in
===================================================================
--- branches/uClibc-nptl/libc/inet/Makefile.in	2008-11-20 23:41:56 UTC (rev 24106)
+++ branches/uClibc-nptl/libc/inet/Makefile.in	2008-11-21 05:22:12 UTC (rev 24107)
@@ -42,7 +42,7 @@
 	gethostbyaddr_r.c gethostbyname_r.c gethostbyname2_r.c gethostent_r.c \
 	gethostbyaddr.c gethostbyname.c gethostbyname2.c gethostent.c \
 	res_init.c res_query.c res_comp.c ns_name.c \
-	ethers.c
+	ethers.c _res_state.c
 #FIXME! ethers.c is a separate file, not a part of resolv.c - !?
 ifneq ($(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
 CSRC += $(resolv_CSRC)




More information about the uClibc-cvs mailing list