diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-02-28 09:56:28 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-02-28 09:56:28 +0000 |
commit | c65d99084a5979a34ff3aa504135152b6b31b2bb (patch) | |
tree | 7e0cd1b8b74ca7cb4b0f642b37fc2939b67377a9 /libc/inet/Makefile.in | |
parent | 56a0a95d9345a865de215af619f42140d6060116 (diff) |
Added support for ether_line, ether_ntohost and ether_hostton.
Added related test cases.
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Hacked-by: Carmelo Amoroso <carmelo.amoroso@st.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 8cb8661c4..b1ea25b26 100644 --- a/libc/inet/Makefile.in +++ b/libc/inet/Makefile.in @@ -23,7 +23,7 @@ CSRC += encodeh.c decodeh.c encoded.c decoded.c lengthd.c encodeq.c \ res_query.c gethostbyaddr.c read_etc_hosts_r.c get_hosts_byname_r.c \ get_hosts_byaddr_r.c gethostbyname2.c getnameinfo.c gethostent.c \ gethostbyname_r.c gethostbyname2_r.c gethostbyaddr_r.c \ - res_comp.c ns_name.c + res_comp.c ns_name.c ethers.c # unused ATM CSRC += encodep.c decodep.c formquery.c |