PERFORCE change 67664 for review

[ Available lists | Index of p4-projects | Month of Dec 2004 | Week of 25 Dec 2004 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Julian Elischer <julian@FreeBSD.org>
Date
25 Dec 2004 08:29:31
Subject
PERFORCE change 67664 for review
Message-ID
200412250829.iBP8TUht011474@repoman.freebsd.org


[ Hide this part ]
http://perforce.freebsd.org/chv.cgi?CH=67664

Change 67664 by julian@julian_ref on 2004/12/25 08:29:25

catch up with changes in -current

Affected files ...

.. //depot/projects/nsched/sys/kern/kern_kse.c#37 edit

Differences ...

==== //depot/projects/nsched/sys/kern/kern_kse.c#37 (text+ko) ====

@@ -1041,7 +1041,7 @@
} else {
spare = thread_alloc();
bzero(&spare->td_startzero,
- (unsigned)RANGEOF(struct thread, td_startzero, td_endzero));
+ __rangeof(struct thread, td_startzero, td_endzero));
spare->td_proc = td->td_proc;
spare->td_ucred = crhold(td->td_ucred);
}


Elapsed time: 0.060 seconds