PERFORCE change 61513 for review
Julian Elischer
julian at FreeBSD.org
Tue Sep 14 15:50:53 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=61513
Change 61513 by julian at julian_ref on 2004/09/14 22:50:51
use real C syntax
Affected files ...
.. //depot/projects/nsched/sys/kern/kern_switch.c#29 edit
Differences ...
==== //depot/projects/nsched/sys/kern/kern_switch.c#29 (text+ko) ====
@@ -126,7 +126,7 @@
{
struct thread *td2;
int count = 0;
- int seenlast = 0
+ int seenlast = 0;
if (kg->kg_last_assigned == NULL)
seenlast = 1;
More information about the p4-projects
mailing list