Subject: Re: Bug in vax port after lwp merge.
To: Johnny Billquist <johnny.billquist@softjar.se>
From: James Chacon <jmc@NetBSD.org>
List: current-users
Date: 12/12/2005 23:46:01
On Sun, Dec 11, 2005 at 10:25:11PM +0100, Johnny Billquist wrote:
> Maybe someone can commit this:
> 

Appears Christos got to this and it's in there.

James

> 
> --------------
> *** dhu.c       11 Dec 2005 12:23:29 -0000      1.40
> --- dhu.c       11 Dec 2005 21:23:59 -0000
> ***************
> *** 467,473 ****
>                 (void) dhuparam(tp, &tp->t_termios);
>                 ttsetwater(tp);
>         } else if ((tp->t_state & TS_XCLUDE) &&
> !                  suser(p->p_ucred, &p->p_acflag) != 0)
>                 return (EBUSY);
>         /* Use DMBIS and *not* DMSET or else we clobber incoming bits */
>         if (dhumctl(sc, line, DML_DTR|DML_RTS, DMBIS) & DML_DCD)
> --- 467,473 ----
>                 (void) dhuparam(tp, &tp->t_termios);
>                 ttsetwater(tp);
>         } else if ((tp->t_state & TS_XCLUDE) &&
> !                  suser(l->l_proc->p_ucred, &l->l_proc->p_acflag) != 0)
>                 return (EBUSY);
>         /* Use DMBIS and *not* DMSET or else we clobber incoming bits */
>         if (dhumctl(sc, line, DML_DTR|DML_RTS, DMBIS) & DML_DCD)
> ------------------
> 
> 
> -- 
> Johnny Billquist                  || "I'm on a bus
>                                   ||  on a psychedelic trip
> email: bqt@update.uu.se           ||  Reading murder books
> pdp is alive!                     ||  tryin' to stay hip" - B. Idol
> 
>