projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
042c6b6
)
Adjust for __libc_res_nquery interface change.
author
drepper
<drepper>
Mon, 28 Jul 2008 22:54:15 +0000
(22:54 +0000)
committer
drepper
<drepper>
Mon, 28 Jul 2008 22:54:15 +0000
(22:54 +0000)
resolv/nss_dns/dns-canon.c
patch
|
blob
|
history
diff --git
a/resolv/nss_dns/dns-canon.c
b/resolv/nss_dns/dns-canon.c
index
47949b8
..
cee3d57
100644
(file)
--- a/
resolv/nss_dns/dns-canon.c
+++ b/
resolv/nss_dns/dns-canon.c
@@
-61,7
+61,8
@@
_nss_dns_getcanonname_r (const char *name, char *buffer, size_t buflen,
for (int i = 0; i < nqtypes; ++i)
{
int r = __libc_res_nquery (&_res, name, ns_c_in, qtypes[i],
- buf, sizeof (buf), &ansp.ptr, NULL, NULL);
+ buf, sizeof (buf), &ansp.ptr, NULL, NULL,
+ NULL);
if (r > 0)
{
/* We need to decode the response. Just one question record.