From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sfi-mx-3.v28.ch3.sourceforge.com ([172.29.28.123] helo=mx.sourceforge.net) by 335xhf1.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1L2XCJ-0007DS-TN for user-mode-linux-devel@lists.sourceforge.net; Tue, 18 Nov 2008 20:29:19 +0000 Received: from zeniv.linux.org.uk ([195.92.253.2]) by 3b2kzd1.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) id 1L2XCA-0008Dg-P1 for user-mode-linux-devel@lists.sourceforge.net; Tue, 18 Nov 2008 20:29:19 +0000 Date: Tue, 18 Nov 2008 19:26:26 +0000 From: Al Viro Message-ID: <20081118192626.GU28946@ZenIV.linux.org.uk> References: <20081118174250.GE3185@hack.voiplan.pt> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20081118174250.GE3185@hack.voiplan.pt> Subject: Re: [uml-devel] [Patch] uml: fix undeclared variables 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 Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Am??rico Wang Cc: Andrew Morton , Jeff Dike , LKML , user-mode-linux-devel@lists.sourceforge.net On Tue, Nov 18, 2008 at 05:42:51PM +0000, Am??rico Wang wrote: > > Fix three compile errors about undeclared variables in > arch/um/kernel/mem.c. And what, pray tell, would initialize it? ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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 S1753391AbYKRT0h (ORCPT ); Tue, 18 Nov 2008 14:26:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752105AbYKRT02 (ORCPT ); Tue, 18 Nov 2008 14:26:28 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:49659 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751935AbYKRT02 (ORCPT ); Tue, 18 Nov 2008 14:26:28 -0500 Date: Tue, 18 Nov 2008 19:26:26 +0000 From: Al Viro To: Am??rico Wang Cc: LKML , Andrew Morton , Jeff Dike , user-mode-linux-devel@lists.sourceforge.net Subject: Re: [Patch] uml: fix undeclared variables Message-ID: <20081118192626.GU28946@ZenIV.linux.org.uk> References: <20081118174250.GE3185@hack.voiplan.pt> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081118174250.GE3185@hack.voiplan.pt> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 18, 2008 at 05:42:51PM +0000, Am??rico Wang wrote: > > Fix three compile errors about undeclared variables in > arch/um/kernel/mem.c. And what, pray tell, would initialize it?