diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-02 17:59:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-02 17:59:06 +0000 |
commit | 49583513c6f0575f89c32f4c38315327ab41721f (patch) | |
tree | 66fa2cef2969f5309d2e326d4db300216b0863ad /libc/inet/Makefile | |
parent | a2fa33e700e2b089d7aebd03615116688603d83a (diff) |
Add function versions of ntohl and friends
Diffstat (limited to 'libc/inet/Makefile')
-rw-r--r-- | libc/inet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile index ef3d6cf69..5ca42ddf2 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -52,7 +52,7 @@ MOBJ3= accept.o bind.o connect.o getpeername.o getsockname.o getsockopt.o \ CSRC =getservice.c getproto.c hostid.c getnetent.c getnetbynm.c getnetbyad.c \ inet_net.c ntop.c herror.c if_nametoindex.c gai_strerror.c getaddrinfo.c \ - in6_addr.c ether_addr.c + in6_addr.c ether_addr.c ntohl.c COBJS=$(patsubst %.c,%.o, $(CSRC)) |