PERFORCE change 109163 for review

John Birrell jb at FreeBSD.org
Fri Nov 3 23:00:55 UTC 2006


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

Change 109163 by jb at jb_freebsd8 on 2006/11/03 23:00:26

	Reset to match current.

Affected files ...

.. //depot/projects/dtrace/src/sys/kern/tty_cons.c#8 edit

Differences ...

==== //depot/projects/dtrace/src/sys/kern/tty_cons.c#8 (text+ko) ====

@@ -615,23 +615,6 @@
 }
 
 void
-cnputs(char *p, int num)
-{
-	struct cn_device *cnd;
-	struct consdev *cn;
-
-	if (cn_mute || num == 0)
-		return;
-
-	STAILQ_FOREACH(cnd, &cn_devlist, cnd_next) {
-		cn = cnd->cnd_cn;
-		if (!kdb_active || !(cn->cn_flags & CN_FLAG_NODEBUG)) {
-			cn->cn_puts(cn, p, num);
-		}
-	}
-}
-
-void
 cnputc(int c)
 {
 	struct cn_device *cnd;


More information about the p4-projects mailing list