diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | nscd/aicache.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h | 0 |
3 files changed, 5 insertions, 1 deletions
@@ -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. diff --git a/nscd/aicache.c b/nscd/aicache.c index bdd2a9b..fb75dc1 100644 --- a/nscd/aicache.c +++ b/nscd/aicache.c @@ -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); diff --git a/sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h b/sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h deleted file mode 100644 index e69de29..0000000 --- a/sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h +++ /dev/null |