diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-26 00:33:46 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-26 00:33:46 +0000 |
commit | 6076db144c5ee267e42bff4d3f33bdd00abc389b (patch) | |
tree | 432c2b93feff2d11d747476687927cf20509a508 /sys/kern/tty_pty.c | |
parent | 40b0596b9aa87e81b667caabb171ebbb23994418 (diff) |
RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@
Diffstat (limited to 'sys/kern/tty_pty.c')
-rw-r--r-- | sys/kern/tty_pty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c index 3a83bcb4fc3..f39aafb321c 100644 --- a/sys/kern/tty_pty.c +++ b/sys/kern/tty_pty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty_pty.c,v 1.28 2005/01/28 15:43:24 millert Exp $ */ +/* $OpenBSD: tty_pty.c,v 1.29 2005/05/26 00:33:45 pedro Exp $ */ /* $NetBSD: tty_pty.c,v 1.33.4.1 1996/06/02 09:08:11 mrg Exp $ */ /* @@ -1210,7 +1210,7 @@ retry: } VOP_UNLOCK(snd.ni_vp, 0, p); if (snd.ni_vp->v_usecount > 1 || - (snd.ni_vp->v_flag & (VALIASED | VLAYER))) + (snd.ni_vp->v_flag & (VALIASED))) VOP_REVOKE(snd.ni_vp, REVOKEALL); /* |