Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 31 Jan 2002 11:45:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 31 Jan 2002 11:45:48 -0500 Received: from air-1.osdl.org ([65.201.151.5]:44959 "EHLO segfault.osdlab.org") by vger.kernel.org with ESMTP id ; Thu, 31 Jan 2002 11:45:37 -0500 Date: Thu, 31 Jan 2002 08:46:36 -0800 (PST) From: Patrick Mochel X-X-Sender: To: Luigi Genoni cc: Subject: Re: 2.5.3 does not compile on sparc64 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi there. > Of course I had to correct dome > #include > in > #include (this is the case). That's right. I've sent a patch to Linus, but here it is for everyone else while waiting for 2.5.4-pre1. -pat --- linux-2.5.3/drivers/base/core.c.1 Wed Jan 30 14:20:25 2002 +++ linux-2.5.3/drivers/base/core.c Wed Jan 30 14:20:33 2002 @@ -7,7 +7,7 @@ #include #include -#include +#include #undef DEBUG --- linux-2.5.3/drivers/base/fs.c.0 Wed Jan 30 14:20:44 2002 +++ linux-2.5.3/drivers/base/fs.c Wed Jan 30 14:20:52 2002 @@ -8,7 +8,7 @@ #include #include #include -#include +#include extern struct driver_file_entry * device_default_files[]; - 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/