Re: [PATCH] Clean up old names in tty code to current names

From: H. Peter Anvin
Date: Mon Jul 10 2006 - 03:13:00 EST


Jon Smirl wrote:
Fix various places in the tty code to make it match the current naming system.

------------------------------------------------------------------------

diff --git a/drivers/char/pty.c b/drivers/char/pty.c
index 34dd4c3..af43f37 100644
--- a/drivers/char/pty.c
+++ b/drivers/char/pty.c
@@ -279,7 +279,7 @@ static void __init legacy_pty_init(void)
pty_slave_driver->owner = THIS_MODULE;
pty_slave_driver->driver_name = "pty_slave";
- pty_slave_driver->name = "ttyp";
+ pty_slave_driver->name = "pts";
pty_slave_driver->major = PTY_SLAVE_MAJOR;
pty_slave_driver->minor_start = 0;
pty_slave_driver->type = TTY_DRIVER_TYPE_PTY;

*PLONK*

*LEGACY* pty...

-hpa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/