artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94eaf12
)
void zsstop() -> int zsstop()
author
kstailey
<kstailey@openbsd.org>
Tue, 3 Dec 1996 05:21:46 +0000
(
05:21
+0000)
committer
kstailey
<kstailey@openbsd.org>
Tue, 3 Dec 1996 05:21:46 +0000
(
05:21
+0000)
sys/dev/ic/z8530tty.c
patch
|
blob
|
history
diff --git
a/sys/dev/ic/z8530tty.c
b/sys/dev/ic/z8530tty.c
index
51a7779
..
c768bad
100644
(file)
--- a/
sys/dev/ic/z8530tty.c
+++ b/
sys/dev/ic/z8530tty.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: z8530tty.c,v 1.
7 1996/11/28 23:27:57 niklas
Exp $ */
+/* $OpenBSD: z8530tty.c,v 1.
8 1996/12/03 05:21:46 kstailey
Exp $ */
/* $NetBSD: z8530tty.c,v 1.13 1996/10/16 20:42:14 gwr Exp $ */
/*
@@
-641,7
+641,7
@@
out:
/*
* Stop output, e.g., for ^S or output flush.
*/
-void
+int
zsstop(tp, flag)
struct tty *tp;
int flag;