artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b75712
)
add "return (0)" to end of zsstop() since it's not a void function anymore
author
kstailey
<kstailey@openbsd.org>
Mon, 16 Dec 1996 00:11:58 +0000
(
00:11
+0000)
committer
kstailey
<kstailey@openbsd.org>
Mon, 16 Dec 1996 00:11:58 +0000
(
00:11
+0000)
sys/dev/ic/z8530tty.c
patch
|
blob
|
history
diff --git
a/sys/dev/ic/z8530tty.c
b/sys/dev/ic/z8530tty.c
index
c768bad
..
3824b99
100644
(file)
--- a/
sys/dev/ic/z8530tty.c
+++ b/
sys/dev/ic/z8530tty.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: z8530tty.c,v 1.
8 1996/12/03 05:21:46
kstailey Exp $ */
+/* $OpenBSD: z8530tty.c,v 1.
9 1996/12/16 00:11:58
kstailey Exp $ */
/* $NetBSD: z8530tty.c,v 1.13 1996/10/16 20:42:14 gwr Exp $ */
/*
@@
-666,6
+666,7
@@
zsstop(tp, flag)
tp->t_state |= TS_FLUSH;
}
splx(s);
+ return (0);
}
/*