Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 2 Jan 2003 07:56:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 2 Jan 2003 07:56:45 -0500 Received: from boden.synopsys.com ([204.176.20.19]:50399 "HELO boden.synopsys.com") by vger.kernel.org with SMTP id ; Thu, 2 Jan 2003 07:56:44 -0500 Date: Thu, 2 Jan 2003 14:04:53 +0100 From: Alex Riesen To: linux-kernel@vger.kernel.org Cc: Will Dyson , torvalds@transmeta.com Subject: Patch: linux-2.5.54/fs/befs/linuxvfs.c compilation fix Message-ID: <20030102130453.GA12098@riesen-pc.gr05.synopsys.com> Reply-To: alexander.riesen@synopsys.COM Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Organization: Synopsys, Inc. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 787 Lines: 24 Adam J. Richter, Thu, Jan 02, 2003 06:53:43 +0100: > linux-2.5.54/fs/romfs/inode.c needs to include > (which is new to 2.5.54) to compile again. Here is the one line > patch. Also BeFS was touched. --- 2.5.54/fs/befs/linuxvfs.c 2003-01-02 06:03:26.000000000 +0100 +++ 2.5.54a/fs/befs/linuxvfs.c 2003-01-02 13:57:27.000000000 +0100 @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include "befs.h" #include "btree.h" - 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/