From: Felix Zielcke <fzielcke@z-51.de>
To: reiserfs-devel@vger.kernel.org
Subject: [PATCH] little patch to let reiser4progs compile with gcc-4.4
Date: Mon, 09 Feb 2009 15:45:20 +0100 [thread overview]
Message-ID: <1234190720.24013.1.camel@fz.local> (raw)
[-- Attachment #1: Type: text/plain, Size: 86 bytes --]
Hello,
here's a small patch so reiser4progs compile with gcc-4.4.
--
Felix Zielcke
[-- Attachment #2: gcc-4.4.diff --]
[-- Type: text/x-patch, Size: 360 bytes --]
--- reiser4progs-1.0.7/plugin/node/node40/node40.c 2009-02-09 15:42:02.000000000 +0100
+++ reiser4progs-1.0.7.orig/plugin/node/node40/node40.c 2009-01-08 22:34:27.000000000 +0100
@@ -996,7 +996,7 @@ static lookup_t node40_lookup(reiser4_no
func = cb_comp_key3;
#elif defined(ENABLE_LARGE_KEYS)
func = cb_comp_key4;
-#else
+#elif
func = NULL;
#endif
next reply other threads:[~2009-02-09 14:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-09 14:45 Felix Zielcke [this message]
2009-02-09 16:48 ` [PATCH] little patch to let reiser4progs compile with gcc-4.4 Edward Shishkin
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=1234190720.24013.1.camel@fz.local \
--to=fzielcke@z-51.de \
--cc=reiserfs-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.