mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
build two files, now
This commit is contained in:
parent
57cd0c8166
commit
3231b400f3
2 changed files with 4 additions and 4 deletions
|
|
@ -26,10 +26,10 @@ CDEFINES =
|
|||
CWARNINGS =
|
||||
|
||||
# Alphabetically
|
||||
OBJS = lwbuffer.@O@
|
||||
OBJS = lwbuffer.@O@ lwres.@O@
|
||||
|
||||
# Alphabetically
|
||||
SRCS = lwbuffer.c
|
||||
SRCS = lwbuffer.c lwres.c
|
||||
|
||||
LIBS = @LIBS@
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ typedef struct {
|
|||
/* public */
|
||||
isc_uint32_t result;
|
||||
unsigned char *real_name;
|
||||
unsgiend int naliases;
|
||||
unsigned int naliases;
|
||||
unsigned char **aliases;
|
||||
/* private */
|
||||
unsigned int buflen;
|
||||
|
|
@ -138,7 +138,7 @@ lwres_getnamebyaddr(unsigned int addrlen, unsigned char *addr,
|
|||
*/
|
||||
|
||||
void
|
||||
lwres_freegetnamebyaddr(lwres_getaddrbyname_t **structp);
|
||||
lwres_freegetnamebyaddr(lwres_getnamebyaddr_t **structp);
|
||||
/*
|
||||
* Frees any dynamically allocated memory for this structure.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue