From a5e27f1969cbd566e6d6ecb6f7e5e50a270cc6b2 Mon Sep 17 00:00:00 2001 From: briggs Date: Mon, 14 Oct 1996 02:49:15 +0000 Subject: Oops. zsstop still needs to return int in OpenBSD. --- sys/arch/mac68k/dev/z8530tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mac68k/dev') 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; -- cgit v1.2.3