Get rid of useless bcopy (the next statement was equivalent)

This commit is contained in:
Guido van Rooij 2001-07-09 19:00:08 +00:00
parent 1642eb1a52
commit 9b956e9897

View File

@ -435,8 +435,6 @@ again:
* the shared p_procsig->ps_sigacts.
*/
p2->p_sigacts = newsigacts;
bcopy(&p1->p_addr->u_sigacts, p2->p_sigacts,
sizeof(*p2->p_sigacts));
*p2->p_sigacts = p1->p_addr->u_sigacts;
}
} else {