artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c0e92
)
remove badly indented printf and it's preceeding test
author
jsg
<jsg@openbsd.org>
Thu, 7 May 2015 02:17:16 +0000
(
02:17
+0000)
committer
jsg
<jsg@openbsd.org>
Thu, 7 May 2015 02:17:16 +0000
(
02:17
+0000)
as suggested by miod@
sys/arch/macppc/dev/zs.c
patch
|
blob
|
history
diff --git
a/sys/arch/macppc/dev/zs.c
b/sys/arch/macppc/dev/zs.c
index
f49efcd
..
2a2c19d
100644
(file)
--- a/
sys/arch/macppc/dev/zs.c
+++ b/
sys/arch/macppc/dev/zs.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: zs.c,v 1.2
3 2014/03/29 18:09:29 guenther Exp $
*/
+/* $OpenBSD: zs.c,v 1.2
4 2015/05/07 02:17:16 jsg Exp $
*/
/* $NetBSD: zs.c,v 1.17 2001/06/19 13:42:15 wiz Exp $ */
/*
@@
-717,8
+717,6
@@
zs_set_modes(cs, cflag)
* (Suggested by gwr)
*/
if (xcs->cs_hwflags & ZS_HWFLAG_NO_DCD) {
- if (cflag & MDMBUF)
- printf(" opps\n");
if (cflag & MDMBUF)
return (EINVAL);
cflag |= CLOCAL;