PERFORCE change 102757 for review

Howard Su howardsu at FreeBSD.org
Sun Jul 30 01:04:28 UTC 2006


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

Change 102757 by howardsu at su_vm on 2006/07/30 01:04:04

	fix a typo what breaks the kernel build

Affected files ...

.. //depot/projects/dtrace/src/sys/dev/syscons/syscons.c#5 edit

Differences ...

==== //depot/projects/dtrace/src/sys/dev/syscons/syscons.c#5 (text+ko) ====

@@ -1462,7 +1462,7 @@
 
 	for (i = 0; i < num; i++) {
 		if (p[i] == '\n')
-			sc_cnputc(cp, '\r');
+			sc_cnputc(cd, '\r');
 		sc_cnputc(cd, p[i] & 0xff);
 	}
 }


More information about the p4-projects mailing list