From e2d79c611321cef2af6a4dde978f2c185bb20c98 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 9 Jul 2001 19:00:08 +0000 Subject: Get rid of useless bcopy (the next statement was equivalent) --- sys/kern/kern_fork.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/kern/kern_fork.c') diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index 9eecbc2..de0640c 100644 --- a/sys/kern/kern_fork.c +++ b/sys/kern/kern_fork.c @@ -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 { -- cgit v1.1