Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2002 12:15:33 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12761 for review
Message-ID:  <200206121915.g5CJFX499928@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12761

Change 12761 by julian@julian_ref on 2002/06/12 12:15:17

	fix compiler warning

Affected files ...

... //depot/projects/kse/sys/kern/kern_synch.c#66 edit

Differences ...

==== //depot/projects/kse/sys/kern/kern_synch.c#66 (text+ko) ====

@@ -883,6 +883,7 @@
 	case PRS_ZOMBIE:
 		panic("setrunnable(1)");
 	default:
+		;
 	}
 	switch (td->td_state) {
 	case 0:
@@ -971,6 +972,7 @@
 					goto nextproc;
 				nrun++; /* XXXKSE */
 			default:
+				;
 			}
 nextproc:
 			continue;

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206121915.g5CJFX499928>