1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>.

* sysdeps/ieee754/dbl-64/mpa.h (MAX, MIN): Macros removed.

	* stdio-common/tst-popen.c: Include <string.h>.

	* resolv/res_send.c (__libc_res_nsend): Only define TMPBUF #if DEBUG.
This commit is contained in:
Roland McGrath
2004-08-11 18:54:46 +00:00
parent 3cabdafafa
commit cc6502ddb8
5 changed files with 11 additions and 2 deletions

View File

@ -577,7 +577,9 @@ __libc_res_nsend(res_state statp, const u_char *buf, int buflen,
}
#ifdef _LIBC
# ifdef DEBUG
char tmpbuf[40];
# endif
Dprint(statp->options & RES_DEBUG,
(stdout, ";; Querying server (# %d) address = %s\n",
ns + 1, inet_ntop(AF_INET6, &nsap->sin6_addr,