diff options
author | 2015-05-07 02:17:16 +0000 | |
---|---|---|
committer | 2015-05-07 02:17:16 +0000 | |
commit | a976419555fc6402cc665b161a8cdcdac7ddb399 (patch) | |
tree | 701ea36a8584f0574ff510c361a2c357b6e5e794 | |
parent | fix indentation (diff) | |
download | wireguard-openbsd-a976419555fc6402cc665b161a8cdcdac7ddb399.tar.xz wireguard-openbsd-a976419555fc6402cc665b161a8cdcdac7ddb399.zip |
remove badly indented printf and it's preceeding test
as suggested by miod@
-rw-r--r-- | sys/arch/macppc/dev/zs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/macppc/dev/zs.c b/sys/arch/macppc/dev/zs.c index f49efcdf730..2a2c19d6431 100644 --- a/sys/arch/macppc/dev/zs.c +++ b/sys/arch/macppc/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.23 2014/03/29 18:09:29 guenther Exp $ */ +/* $OpenBSD: zs.c,v 1.24 2015/05/07 02:17:16 jsg Exp $ */ /* $NetBSD: zs.c,v 1.17 2001/06/19 13:42:15 wiz Exp $ */ /* @@ -718,8 +718,6 @@ zs_set_modes(cs, cflag) */ if (xcs->cs_hwflags & ZS_HWFLAG_NO_DCD) { if (cflag & MDMBUF) - printf(" opps\n"); - if (cflag & MDMBUF) return (EINVAL); cflag |= CLOCAL; } |