summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/z8530tty.c
diff options
context:
space:
mode:
authorryker <ryker@cvs.openbsd.org>1998-03-03 04:54:48 +0000
committerryker <ryker@cvs.openbsd.org>1998-03-03 04:54:48 +0000
commita0d1d22c487fda6fe2be251d5266d87c9b79102a (patch)
treeef1f960156f26609dcc47bf8d73d56d1f9ad6bfa /sys/arch/mac68k/dev/z8530tty.c
parenta8fdf9d8216228ee4ab92d5dabd17a9eb494c948 (diff)
GCC 2.8 -Wall
Diffstat (limited to 'sys/arch/mac68k/dev/z8530tty.c')
-rw-r--r--sys/arch/mac68k/dev/z8530tty.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mac68k/dev/z8530tty.c b/sys/arch/mac68k/dev/z8530tty.c
index 18f74bcb0f8..fec15397ad3 100644
--- a/sys/arch/mac68k/dev/z8530tty.c
+++ b/sys/arch/mac68k/dev/z8530tty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: z8530tty.c,v 1.9 1997/03/12 22:51:42 briggs Exp $ */
+/* $OpenBSD: z8530tty.c,v 1.10 1998/03/03 04:54:47 ryker Exp $ */
/* $NetBSD: z8530tty.c,v 1.10 1996/12/18 05:17:44 scottr Exp $ */
/*
@@ -1017,12 +1017,12 @@ zshwiflow(tp, stop)
* This loop checks to see that we can in fact control input.
* If not, then do little except tell the upper layer the truth.
*/
- if (zst->zst_hwimask == 0)
+ if (zst->zst_hwimask == 0) {
if (stop)
return 0;
else
return 1; /* yes, w/o hwi we can unblock input. ;-) */
-
+ }
s = splzs();
if (stop) {
/*