add "return (0)" to end of zsstop() since it's not a void function anymore
authorkstailey <kstailey@openbsd.org>
Mon, 16 Dec 1996 00:11:58 +0000 (00:11 +0000)
committerkstailey <kstailey@openbsd.org>
Mon, 16 Dec 1996 00:11:58 +0000 (00:11 +0000)
sys/dev/ic/z8530tty.c

index c768bad..3824b99 100644 (file)
@@ -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);
 }
 
 /*