[2.6.5][MIPS] oneliners somehow not made it into mainline [2/3]

From: Samium Gromoff
Date: Mon Apr 12 2004 - 10:36:36 EST


Without this one it fails to build, too.

diff -urN -X './#cdiff.pattern' ./linux-2.6.5/fs/stat.c ./mc-2.6.5/fs/stat.c
--- ./linux-2.6.5/fs/stat.c 2004-04-12 16:07:38.000000000 +0400
+++ ./mc-2.6.5/fs/stat.c 2004-04-12 17:33:07.000000000 +0400
@@ -107,7 +107,8 @@

#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) \
&& !defined(CONFIG_ARCH_S390) && !defined(__hppa__) \
- && !defined(__arm__) && !defined(CONFIG_V850) && !defined(__powerpc64__)
+ && !defined(__arm__) && !defined(CONFIG_V850) && !defined(__powerpc64__) \
+ && !defined(__mips__)

/*
* For backward compatibility? Maybe this should be moved


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/