From: Alex Riesen <alexander.riesen@synopsys.COM>
To: linux-kernel@vger.kernel.org
Cc: Will Dyson <will_dyson@pobox.com>, torvalds@transmeta.com
Subject: Patch: linux-2.5.54/fs/befs/linuxvfs.c compilation fix
Date: Thu, 2 Jan 2003 14:04:53 +0100 [thread overview]
Message-ID: <20030102130453.GA12098@riesen-pc.gr05.synopsys.com> (raw)
Adam J. Richter, Thu, Jan 02, 2003 06:53:43 +0100:
> linux-2.5.54/fs/romfs/inode.c needs to include <asm/statfs.h>
> (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 <linux/stat.h>
#include <linux/nls.h>
#include <linux/buffer_head.h>
-#include <linux/statfs.h>
+#include <asm/statfs.h>
#include "befs.h"
#include "btree.h"
reply other threads:[~2003-01-02 12:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030102130453.GA12098@riesen-pc.gr05.synopsys.com \
--to=alexander.riesen@synopsys.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
--cc=will_dyson@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®