From 639b0ab102ecfbea034defd7ea816b4d1f45a531 Mon Sep 17 00:00:00 2001 From: pk Date: Fri, 27 May 1994 08:49:13 +0000 Subject: [PATCH] cast to make compiler happy. --- sys/arch/sparc/dev/zs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sparc/dev/zs.c b/sys/arch/sparc/dev/zs.c index b4763b4189de..4d82277dd269 100644 --- a/sys/arch/sparc/dev/zs.c +++ b/sys/arch/sparc/dev/zs.c @@ -42,7 +42,7 @@ * @(#)zs.c 8.1 (Berkeley) 7/19/93 * * from: Header: zs.c,v 1.30 93/07/19 23:44:42 torek Exp - * $Id: zs.c,v 1.8 1994/05/19 06:53:07 deraadt Exp $ + * $Id: zs.c,v 1.9 1994/05/27 08:49:13 pk Exp $ */ /* @@ -929,7 +929,7 @@ again: tp->t_state &= ~TS_FLUSH; else ndflush(&tp->t_outq, - cs->cs_tba - tp->t_outq.c_cf); + cs->cs_tba - (caddr_t)tp->t_outq.c_cf); line->l_start(tp); break;