added missing ether_aton and ether_ntoa

Change-Id: I32ee448abde4d5693d393030ed77ddc6d2ad1dfc
This commit is contained in:
Szymon Jakubczak
2010-06-09 15:53:28 -04:00
parent 16c91eff09
commit 4032c1e2df
4 changed files with 148 additions and 0 deletions

View File

@@ -207,6 +207,8 @@ libc_common_src_files := \
inet/inet_ntoa.c \
inet/inet_ntop.c \
inet/inet_pton.c \
inet/ether_aton.c \
inet/ether_ntoa.c \
tzcode/asctime.c \
tzcode/difftime.c \
tzcode/localtime.c \