PERFORCE change 67664 for review

Julian Elischer julian at FreeBSD.org
Sat Dec 25 00:29:31 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=67664

Change 67664 by julian at 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);
 	}


More information about the p4-projects mailing list