diff options
author | 2002-03-21 03:09:33 +0000 | |
---|---|---|
committer | 2002-03-21 03:09:33 +0000 | |
commit | d95b0d6027574a8e87313bde29596ade312524c9 (patch) | |
tree | 92f9a02fc9c018c5a36ef4904b3ebaad43f4736e | |
parent | Map up to 1G 1-1 using dbats, this disables dynamically swapped bats for now, (diff) | |
download | wireguard-openbsd-d95b0d6027574a8e87313bde29596ade312524c9.tar.xz wireguard-openbsd-d95b0d6027574a8e87313bde29596ade312524c9.zip |
pretty dmesg
-rw-r--r-- | sys/arch/sparc64/dev/z8530kbd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/dev/z8530kbd.c b/sys/arch/sparc64/dev/z8530kbd.c index 412500ff1e5..8b8982b83f6 100644 --- a/sys/arch/sparc64/dev/z8530kbd.c +++ b/sys/arch/sparc64/dev/z8530kbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530kbd.c,v 1.10 2002/03/14 01:26:44 millert Exp $ */ +/* $OpenBSD: z8530kbd.c,v 1.11 2002/03/21 03:09:33 jason Exp $ */ /* $NetBSD: z8530tty.c,v 1.77 2001/05/30 15:24:24 lukem Exp $ */ /*- @@ -400,9 +400,9 @@ zskbd_attach(parent, self, aux) zs_modem(zst, 0); splx(s); - } - - printf("\n"); + printf("\n"); + } else + printf("\n"); a.console = console; a.keymap = &sunkbd_keymapdata; |