diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-28 14:16:56 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-08-05 23:42:40 +0200 |
commit | 14c25c92be68a13d3ac94bdc46b16ba2590de4c9 (patch) | |
tree | a45ab103d0166a267e5a3a5e9f001f54e62bfc22 /libc/inet/Makefile.in | |
parent | 52f5c760d2a707c474cebc19d290f5a1f4ffb3d9 (diff) |
getnet: switch to config parser
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/inet/Makefile.in')
-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 31b270f07..abcf2f7d7 100644 --- a/libc/inet/Makefile.in +++ b/libc/inet/Makefile.in @@ -17,7 +17,7 @@ CSRC-y := # des uses ntohl CSRC-$(findstring y,$(UCLIBC_HAS_CRYPT_IMPL)$(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6)) += ntohl.c CSRC-$(findstring y,$(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6)) += \ - getservice.c getproto.c hostid.c getnetent.c getnetbynm.c getnetbyad.c \ + getservice.c getproto.c getnet.c hostid.c \ inet_net.c herror.c if_index.c gai_strerror.c getaddrinfo.c \ ifaddrs.c ntop.c CSRC-$(UCLIBC_HAS_IPV6) += in6_addr.c |