From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1JrsOW-0006OZ-EP for user-mode-linux-devel@lists.sourceforge.net; Fri, 02 May 2008 03:21:36 -0700 Received: from [81.2.110.250] (helo=lxorguk.ukuu.org.uk) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1JrsOU-0007fR-N2 for user-mode-linux-devel@lists.sourceforge.net; Fri, 02 May 2008 03:21:36 -0700 Date: Fri, 2 May 2008 11:12:33 +0100 From: Alan Cox Message-ID: <20080502111233.66ea9428@core> In-Reply-To: References: Mime-Version: 1.0 Subject: Re: [uml-devel] [Patch] UML: Fix inconsistence due to tty_operation change List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: WANG Cong Cc: akpm@linux-foundation.org, jdike@addtoit.com, linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net On Fri, 2 May 2008 14:59:46 +0800 (CST) WANG Cong wrote: > > 'put_char' of 'struct tty_operations' has changed from 'void' into 'int'. > This can also shut up comipler warnings. > > Cc: Jeff Dike > Signed-off-by: WANG Cong Acked-by: Alan Cox ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933700AbYEBKVt (ORCPT ); Fri, 2 May 2008 06:21:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759296AbYEBKVi (ORCPT ); Fri, 2 May 2008 06:21:38 -0400 Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:33192 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1762513AbYEBKVh (ORCPT ); Fri, 2 May 2008 06:21:37 -0400 Date: Fri, 2 May 2008 11:12:33 +0100 From: Alan Cox To: WANG Cong Cc: linux-kernel@vger.kernel.org, jdike@addtoit.com, user-mode-linux-devel@lists.sourceforge.net, akpm@linux-foundation.org Subject: Re: [Patch] UML: Fix inconsistence due to tty_operation change Message-ID: <20080502111233.66ea9428@core> In-Reply-To: References: X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Organization: Red Hat UK Cyf., Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, Y Deyrnas Gyfunol. Cofrestrwyd yng Nghymru a Lloegr o'r rhif cofrestru 3798903 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2 May 2008 14:59:46 +0800 (CST) WANG Cong wrote: > > 'put_char' of 'struct tty_operations' has changed from 'void' into 'int'. > This can also shut up comipler warnings. > > Cc: Jeff Dike > Signed-off-by: WANG Cong Acked-by: Alan Cox