* nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
authorRoland McGrath <roland@gnu.org>
Thu, 17 Mar 2005 09:43:50 +0000 (09:43 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 17 Mar 2005 09:43:50 +0000 (09:43 +0000)
ChangeLog
nscd/aicache.c
sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h [deleted file]

index 534c730..d6f8b8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index bdd2a9b..fb75dc1 100644 (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);
 
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 (file)
index e69de29..0000000