[PATCH] build: resolve compile error in reiser4progs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[   13s] node40.c: In function 'node40_lookup':
[   13s] node40.c:999:6: error: #elif with no expression

From: Jan Engelhardt <jengelh@xxxxxxx>
Date: 2013-02-17 09:10:08.840707256 +0100
---
 plugin/node/node40/node40.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: reiser4progs-1.0.7/plugin/node/node40/node40.c
===================================================================
--- reiser4progs-1.0.7.orig/plugin/node/node40/node40.c
+++ reiser4progs-1.0.7/plugin/node/node40/node40.c
@@ -996,7 +996,7 @@ static lookup_t node40_lookup(reiser4_no
 	func = cb_comp_key3;
 #elif defined(ENABLE_LARGE_KEYS)
 	func = cb_comp_key4;
-#elif
+#else
 	func = NULL;
 #endif
 	
--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux File System Development]     [Linux BTRFS]     [Linux NFS]     [Linux Filesystems]     [Ext4 Filesystem]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Resources]

  Powered by Linux