[BACK]Return to scn.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / pc532 / dev

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/pc532/dev/Attic/scn.c between version 1.64 and 1.65

version 1.64, 2005/02/22 14:46:47 version 1.65, 2005/09/06 21:40:38
Line 1143  scnopen(dev, flag, mode, p)
Line 1143  scnopen(dev, flag, mode, p)
                 else                  else
                         tp->t_state &= ~TS_CARR_ON;                          tp->t_state &= ~TS_CARR_ON;
         } else {          } else {
                 if (tp->t_state & TS_XCLUDE && p->p_ucred->cr_uid != 0) {                  if (tp->t_state & TS_XCLUDE &&
                       suser(p->p_ucred, &p->p_acflag) != 0) {
                         splx(s);                          splx(s);
                         return (EBUSY);                          return (EBUSY);
                 } else {                  } else {

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

CVSweb <webmaster@jp.NetBSD.org>