From: Mateusz Berezecki <mateuszb@gmail.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: drivers/block/floppy.c parse error and proposed patch
Date: Wed, 29 Dec 2004 18:15:29 +0100 [thread overview]
Message-ID: <41D2E631.9000004@gmail.com> (raw)
Hi ,
I just did bk pull and encountered following error during compilation time
CC [M] drivers/block/floppy.o
drivers/block/floppy.c: In function `init_module':
drivers/block/floppy.c:4598: error: parse error before "UTS_RELEASE"
make[2]: *** [drivers/block/floppy.o] Error 1
and here is the proposed patch just in case it hasn't been already fixed
--- linux-2.5/drivers/block/floppy.c 2004-12-29 18:10:40.000000000 +0100
+++ linux-2.5/drivers/block/floppy.c 2004-12-29 18:08:25.000000000 +0100
@@ -158,6 +158,7 @@
#define FDPATCHES
#include <linux/fdreg.h>
+#include <linux/version.h>
/*
* 1998/1/21 -- Richard Gooch <rgooch@atnf.csiro.au> -- devfs support
*/
reply other threads:[~2004-12-29 17:15 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=41D2E631.9000004@gmail.com \
--to=mateuszb@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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