lkml.org 
[lkml]   [2006]   [Jul]   [10]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateMon, 10 Jul 2006 00:14:29 -0700
From"H. Peter Anvin" <>
SubjectRe: [PATCH] Clean up old names in tty code to current names
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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-07-10 07:17    [W:0.412 / U:0.030 seconds]
©2003-2008 Jasper Spaans