* [PATCH] little patch to let reiser4progs compile with gcc-4.4
@ 2009-02-09 14:45 Felix Zielcke
2009-02-09 16:48 ` Edward Shishkin
0 siblings, 1 reply; 2+ messages in thread
From: Felix Zielcke @ 2009-02-09 14:45 UTC (permalink / raw)
To: reiserfs-devel
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-09 16:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-09 14:45 [PATCH] little patch to let reiser4progs compile with gcc-4.4 Felix Zielcke
2009-02-09 16:48 ` Edward Shishkin
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.