diff options
| author | Khem Raj <kraj@mvista.com> | 2008-11-21 05:22:12 +0000 |
|---|---|---|
| committer | Khem Raj <kraj@mvista.com> | 2008-11-21 05:22:12 +0000 |
| commit | 7a1f5e9571ccb56985349720f3a3d8bb1ab80ffb (patch) | |
| tree | 45ebefbe72950b1cb7cb6e8b01a03ead03ff392a /libc | |
| parent | 48afc85aad88aa4f7501bf7715c86b4e94628960 (diff) | |
| download | uClibc-alpine-7a1f5e9571ccb56985349720f3a3d8bb1ab80ffb.tar.bz2 uClibc-alpine-7a1f5e9571ccb56985349720f3a3d8bb1ab80ffb.tar.xz | |
Add _res_init.c to resolv_CSRC.
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/inet/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/Makefile.in b/libc/inet/Makefile.in index b15f49e5f..50ad210d9 100644 --- a/libc/inet/Makefile.in +++ b/libc/inet/Makefile.in @@ -42,7 +42,7 @@ resolv_CSRC += \ 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) |
