This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Sat Jun 15 09:54:22 2024 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 24 Mar 2003 21:49:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 24 Mar 2003 21:49:35 -0500 Received: from TYO201.gate.nec.co.jp ([210.143.35.51]:23241 "EHLO TYO201.gate.nec.co.jp") by vger.kernel.org with ESMTP id ; Mon, 24 Mar 2003 21:49:00 -0500 Received: from mailgate3.nec.co.jp ([10.7.69.192]) by TYO201.gate.nec.co.jp (8.11.6/3.7W01080315) with ESMTP id h2P304w16623; Tue, 25 Mar 2003 12:00:04 +0900 (JST) Received: (from root@localhost) by mailgate3.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) id h2P304S25651; Tue, 25 Mar 2003 12:00:04 +0900 (JST) Received: from edtmg03.lsi.nec.co.jp ([10.26.16.203]) by mailsv.nec.co.jp (8.11.6/3.7W-MAILSV-NEC) with ESMTP id h2P2v1q02562; Tue, 25 Mar 2003 12:00:02 +0900 (JST) Received: from mcsss2.ucom.lsi.nec.co.jp (localhost [127.0.0.1]) by edtmg03.lsi.nec.co.jp (8.9.3+3.2W/3.7W_EDC_Ver.1.0) with ESMTP id LAA21951; Tue, 25 Mar 2003 11:57:01 +0900 (JST) Received: from mcspd15.ucom.lsi.nec.co.jp (mcspd15 [10.30.114.174]) by mcsss2.ucom.lsi.nec.co.jp (8.12.8/8.12.8/EDcg v2.01-mc/1046780839) with ESMTP id h2P2uxNH023335; Tue, 25 Mar 2003 11:56:59 +0900 (JST) Received: by mcspd15.ucom.lsi.nec.co.jp (Postfix, from userid 31295) id 307B037CD; Tue, 25 Mar 2003 11:56:59 +0900 (JST) To: Linus Torvalds Subject: [PATCH][v850] Include in v850 simcons.c Cc: linux-kernel@vger.kernel.org Reply-To: Miles Bader Message-Id: <20030325025659.307B037CD@mcspd15.ucom.lsi.nec.co.jp> Date: Tue, 25 Mar 2003 11:56:59 +0900 (JST) From: miles@lsi.nec.co.jp (Miles Bader) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org diff -ruN -X../cludes linux-2.5.66-moo.orig/arch/v850/kernel/simcons.c linux-2.5.66-moo/arch/v850/kernel/simcons.c --- linux-2.5.66-moo.orig/arch/v850/kernel/simcons.c 2002-11-28 10:24:54.000000000 +0900 +++ linux-2.5.66-moo/arch/v850/kernel/simcons.c 2003-03-25 10:37:52.000000000 +0900 @@ -1,8 +1,8 @@ /* * arch/v850/kernel/simcons.c -- Console I/O for GDB v850e simulator * - * Copyright (C) 2001,02 NEC Corporation - * Copyright (C) 2001,02 Miles Bader + * Copyright (C) 2001,02,03 NEC Electronics Corporation + * Copyright (C) 2001,02,03 Miles Bader * * This file is subject to the terms and conditions of the GNU General * Public License. See the file COPYING in the main directory of this @@ -19,6 +19,7 @@ #include #include +#include #include - 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/