lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 20 Oct 2006 14:19:29 +0100
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	Cornelia Huck <cornelia.huck@...ibm.com>
Cc:	Andrew Morton <akpm@...l.org>, linux-kernel@...r.kernel.org,
	Martin Schwidefsky <schwidefsky@...ibm.com>
Subject: Re: 2.6.19-rc2-mm2

Ar Gwe, 2006-10-20 am 11:34 +0200, ysgrifennodd Cornelia Huck:
> --- linux-2.6-CH.orig/drivers/s390/char/sclp_tty.c
> +++ linux-2.6-CH/drivers/s390/char/sclp_tty.c
> @@ -60,7 +60,7 @@ static unsigned short int sclp_tty_chars
>  
>  struct tty_driver *sclp_tty_driver;
>  
> -extern struct termios  tty_std_termios;
> +extern struct ktermios tty_std_termios;
>  

tty_std_termios is defined in the header files, and has been since
before the S/390 port existed. This line should be unncesssary as its
defined in tty.h

Alan

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ