* nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
2007-01-17 Jakub Jelinek <jakub@redhat.com>
+ * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
+
* sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
2007-01-17 Ulrich Drepper <drepper@redhat.com>
if (((uintptr_t) aliases_len & (__alignof__ (*aliases_len) - 1))
!= 0)
{
- uint32_t *tmp = alloca (hst_resp->h_aliases_cnt
+ uint32_t *tmp = alloca (serv_resp->s_aliases_cnt
* sizeof (uint32_t));
aliases_len = memcpy (tmp, aliases_len,
- hst_resp->h_aliases_cnt
+ serv_resp->s_aliases_cnt
* sizeof (uint32_t));
}
#endif