mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
* nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
This commit is contained in:
parent
2827be862c
commit
0e07fc00ca
@ -1,3 +1,7 @@
|
||||
2005-03-17 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
|
||||
|
||||
2005-03-16 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* elf/elf.h: Define MIPS TLS relocations.
|
||||
|
@ -310,7 +310,7 @@ addhstaiX (struct database_dyn *db, int fd, request_header *req,
|
||||
*family++ = th[j].h_addrtype;
|
||||
}
|
||||
|
||||
char *cp = family;
|
||||
void *cp = family;
|
||||
if (canon != NULL)
|
||||
cp = mempcpy (cp, canon, canonlen);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user