Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Nov 2006 23:00:54 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109163 for review
Message-ID:  <200611032300.kA3N0sJx017333@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109163

Change 109163 by jb@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;



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