mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
ares_free_errmem is gone
This commit is contained in:
parent
d007e5615c
commit
7adf43c1c5
@ -1,3 +1,10 @@
|
|||||||
|
* February 23, 2004
|
||||||
|
- Removed ares_free_errmem(), the function, the file and the man page. It was
|
||||||
|
not used and it did nothing.
|
||||||
|
|
||||||
|
- Fixed a lot of code that wasn't "64bit clean" and thus caused a lot of
|
||||||
|
compiler warnings on picky compilers.
|
||||||
|
|
||||||
* February 22, 2004
|
* February 22, 2004
|
||||||
- Dominick Meglio made ares init support multiple name servers in the
|
- Dominick Meglio made ares init support multiple name servers in the
|
||||||
NameServer key on Windows.
|
NameServer key on Windows.
|
||||||
|
@ -21,7 +21,7 @@ LDFLAGS=@LDFLAGS@
|
|||||||
LIBS=@LIBS@
|
LIBS=@LIBS@
|
||||||
ALL_CFLAGS=${CPPFLAGS} ${CFLAGS} ${DEFS}
|
ALL_CFLAGS=${CPPFLAGS} ${CFLAGS} ${DEFS}
|
||||||
OBJS= ares__close_sockets.o ares__get_hostent.o ares__read_line.o \
|
OBJS= ares__close_sockets.o ares__get_hostent.o ares__read_line.o \
|
||||||
ares_destroy.o ares_expand_name.o ares_fds.o ares_free_errmem.o \
|
ares_destroy.o ares_expand_name.o ares_fds.o \
|
||||||
ares_free_hostent.o ares_free_string.o ares_gethostbyaddr.o \
|
ares_free_hostent.o ares_free_string.o ares_gethostbyaddr.o \
|
||||||
ares_gethostbyname.o ares_init.o ares_mkquery.o ares_parse_a_reply.o \
|
ares_gethostbyname.o ares_init.o ares_mkquery.o ares_parse_a_reply.o \
|
||||||
ares_parse_ptr_reply.o ares_process.o ares_query.o ares_search.o \
|
ares_parse_ptr_reply.o ares_process.o ares_query.o ares_search.o \
|
||||||
|
Loading…
Reference in New Issue
Block a user