Project

General

Profile

Bug #1996 » 0001-Remove-double-semi-colon.patch

y0n3t4n1, 04/25/2011 12:15 PM

View differences:

sys/kern/kern_exit.c
static int
lwp_wait(struct lwp *lp)
{
struct thread *td = lp->lwp_thread;;
struct thread *td = lp->lwp_thread;
KKASSERT(lwkt_preempted_proc() != lp);
......
void
lwp_dispose(struct lwp *lp)
{
struct thread *td = lp->lwp_thread;;
struct thread *td = lp->lwp_thread;
KKASSERT(lwkt_preempted_proc() != lp);
KKASSERT(td->td_refs == 0);
(1-1/2)