[Containers] [PATCH 6/7] vt: Update spawnpid to be a struct pid_t

Oleg Nesterov oleg at tv-sign.ru
Wed Aug 16 12:35:57 PDT 2006


On 08/15, Eric W. Biederman wrote:
>
> diff --git a/drivers/char/vt_ioctl.c b/drivers/char/vt_ioctl.c
> index 28eff1a..d7e0187 100644
> --- a/drivers/char/vt_ioctl.c
> +++ b/drivers/char/vt_ioctl.c
> @@ -645,12 +645,13 @@ #endif
>  	 */
>  	case KDSIGACCEPT:
>  	{
> -		extern int spawnpid, spawnsig;
> +		struct pid *spawnpid;
		^^^^^^^^^^^^^^^^^^^^
Should be "extern struct pid *spawnpid" ?

Oleg.




More information about the Containers mailing list