Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 23:52:09 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13357 for review
Message-ID:  <200206240652.g5O6q9S28323@freefall.freebsd.org>

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

Change 13357 by julian@julian_ref on 2002/06/23 23:51:55

	Missing semicolon.

Affected files ...

... //depot/projects/kse/sys/kern/tty.c#28 edit

Differences ...

==== //depot/projects/kse/sys/kern/tty.c#28 (text+ko) ====

@@ -2403,7 +2403,7 @@
 					} else if (td->td_wmesg) {
 						stmp = td->td_wmesg;
 					} else {
-						stmp = "iowait"
+						stmp = "iowait";
 					}
 				} else {
 					stmp = "threadless";

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?200206240652.g5O6q9S28323>