Skip to content

Commit

Permalink
* nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Mar 17, 2005
1 parent 2827be8 commit 0e07fc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion nscd/aicache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
Empty file.

0 comments on commit 0e07fc0

Please sign in to comment.