* [PATCH 2.6.13-rc3-mm2] fs/reiser4/plugin/node/node40.h fix warning with -Wundef
@ 2005-07-27 22:17 Nick Sillik
0 siblings, 0 replies; only message in thread
From: Nick Sillik @ 2005-07-27 22:17 UTC (permalink / raw)
To: linux-kernel, reiserfs-dev
[-- Attachment #1: Type: text/plain, Size: 132 bytes --]
Fixes another -Wundef warning in ReiserFS code.
Nick Sillik
n.sillik@temple.edu
Signed-off-by: Nick Sillik <n.sillik@temple.edu>
[-- Attachment #2: reiser_node40_wundef.patch --]
[-- Type: text/plain, Size: 523 bytes --]
diff -urN a/fs/reiser4/plugin/node/node40.h b/fs/reiser4/plugin/node/node40.h
--- a/fs/reiser4/plugin/node/node40.h 2005-07-27 18:14:04.000000000 -0400
+++ b/fs/reiser4/plugin/node/node40.h 2005-07-27 18:14:53.000000000 -0400
@@ -80,7 +80,7 @@
int check_node40(const znode * node, __u32 flags, const char **error);
int parse_node40(znode * node);
int init_node40(znode * node);
-#if GUESS_EXISTS
+#ifdef GUESS_EXISTS
int guess_node40(const znode * node);
#endif
void change_item_size_node40(coord_t * coord, int by);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-27 22:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-27 22:17 [PATCH 2.6.13-rc3-mm2] fs/reiser4/plugin/node/node40.h fix warning with -Wundef Nick Sillik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox