patch-2.4.10 linux/drivers/char/pty.c
Next file: linux/drivers/char/qpmouse.c
Previous file: linux/drivers/char/ppdev.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Fri Sep 21 10:55:22 2001
- Orig file:
v2.4.9/linux/drivers/char/pty.c
- Orig date:
Thu Jun 29 18:25:50 2000
diff -u --recursive --new-file v2.4.9/linux/drivers/char/pty.c linux/drivers/char/pty.c
@@ -334,7 +334,8 @@
/* Register a slave for the master */
if (tty->driver.major == PTY_MASTER_MAJOR)
tty_register_devfs(&tty->link->driver,
- DEVFS_FL_AUTO_OWNER | DEVFS_FL_WAIT,
+ DEVFS_FL_CURRENT_OWNER |
+ DEVFS_FL_NO_PERSISTENCE | DEVFS_FL_WAIT,
tty->link->driver.minor_start +
MINOR(tty->device)-tty->driver.minor_start);
retval = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)