2003-09-30 Andrew Cagney <cagney@redhat.com>

* remote-vxsparc.c (vx_read_register): Replace bzero with memset.
	* remote-vxmips.c (vx_read_register): Ditto.
	* remote-vx68.c (vx_read_register): Ditto.
	* gnu-nat.c (inf_validate_procs): Ditto.
This commit is contained in:
Andrew Cagney
2003-09-30 13:23:49 +00:00
parent 7ed2b4e229
commit 4deab7378b
5 changed files with 20 additions and 13 deletions

View File

@@ -1024,7 +1024,7 @@ inf_validate_procs (struct inf *inf)
/* The current thread we're considering. */
struct proc *thread = inf->threads;
bzero (matched, sizeof (matched));
memset (matched, 0, sizeof (matched));
while (thread)
{