Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 1999 19:11:28 -0800 (PST)
From:      Matthew Jacob <mjacob@feral.com>
To:        cvs-commiters@FreeBSD.ORG
Subject:   sizeof (ptr) != sizeof (unsigned)
Message-ID:  <Pine.LNX.4.04.9902011910210.14678-100000@feral-gw>

next in thread | raw e-mail | index | archive | help

In kern_fork ~ line 358:

      bcopy(&p1->p_procsig->ps_begincopy, &p2->p_procsig->ps_begincopy,
                        (unsigned)&p1->p_procsig->ps_endcopy -
                        (unsigned)&p1->p_procsig->ps_begincopy);

What's this for?




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.04.9902011910210.14678-100000>