about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-03-17 09:43:50 +0000
committerRoland McGrath <roland@gnu.org>2005-03-17 09:43:50 +0000
commit0e07fc00caf01bb0f70ad33ea3bf0686055f52e0 (patch)
tree9ee58b94933a5e3aa1f6e95e348ab4a650081e37
parent2827be862cd173400135308bd2d9eb0c6b9cb83b (diff)
downloadglibc-0e07fc00caf01bb0f70ad33ea3bf0686055f52e0.tar.gz
glibc-0e07fc00caf01bb0f70ad33ea3bf0686055f52e0.tar.xz
glibc-0e07fc00caf01bb0f70ad33ea3bf0686055f52e0.zip
* nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
-rw-r--r--ChangeLog4
-rw-r--r--nscd/aicache.c2
-rw-r--r--sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h0
3 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 534c730d58..d6f8b8fdd3 100644
--- 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.
diff --git a/nscd/aicache.c b/nscd/aicache.c
index bdd2a9b371..fb75dc199d 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 e69de29bb2..0000000000
--- a/sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h
+++ /dev/null