diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-01-18 21:36:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-01-18 21:36:44 +0000 |
commit | 4f8e6d3bd51e61c368acb8837f23ea3214abc806 (patch) | |
tree | 0d2e926c8b314ce16e5a7cddfd9e303bfdaa6222 /sys/dev/ic/z8530tty.c | |
parent | ec7a2579b3c778537432615e59b982165728e8ee (diff) |
Print consoleness the canonical way.
Diffstat (limited to 'sys/dev/ic/z8530tty.c')
-rw-r--r-- | sys/dev/ic/z8530tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/z8530tty.c b/sys/dev/ic/z8530tty.c index 4e13aed4595..10ddebc1996 100644 --- a/sys/dev/ic/z8530tty.c +++ b/sys/dev/ic/z8530tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530tty.c,v 1.16 2006/04/27 19:31:44 deraadt Exp $ */ +/* $OpenBSD: z8530tty.c,v 1.17 2008/01/18 21:36:43 kettenis Exp $ */ /* $NetBSD: z8530tty.c,v 1.13 1996/10/16 20:42:14 gwr Exp $ */ /* @@ -234,7 +234,7 @@ zstty_attach(parent, self, aux) printf(" flags 0x%x", zst->zst_swflags); if (zst->zst_hwflags & ZS_HWFLAG_CONSOLE) - printf(" (console)"); + printf(": console"); else { #ifdef KGDB /* |