diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-10-14 02:49:15 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-10-14 02:49:15 +0000 |
commit | a5e27f1969cbd566e6d6ecb6f7e5e50a270cc6b2 (patch) | |
tree | a80f67f5b5fcfc270d47b4ed88b74943393f8fad /sys | |
parent | 7e79cffeb4ca747958b5aef865b6d28a2408665f (diff) |
Oops. zsstop still needs to return int in OpenBSD.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/dev/z8530tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/z8530tty.c b/sys/arch/mac68k/dev/z8530tty.c index 3b09e9432e0..3a9e5806cd3 100644 --- a/sys/arch/mac68k/dev/z8530tty.c +++ b/sys/arch/mac68k/dev/z8530tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530tty.c,v 1.4 1996/10/13 15:29:08 briggs Exp $ */ +/* $OpenBSD: z8530tty.c,v 1.5 1996/10/14 02:49:14 briggs Exp $ */ /* $NetBSD: z8530tty.c,v 1.7 1996/10/13 03:21:30 christos Exp $ */ /* @@ -646,7 +646,7 @@ out: /* * Stop output, e.g., for ^S or output flush. */ -void +int zsstop(tp, flag) struct tty *tp; int flag; |