* nscd/aicache.c (addhstaiX): Tweak type to avoid warning.

This commit is contained in:
Roland McGrath 2005-03-17 09:43:50 +00:00
parent 2827be862c
commit 0e07fc00ca
3 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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);